From e9a7a532bfc9c6a7fb68df08cd1089518835e9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 May 2012 21:52:41 +0200 Subject: [PATCH] Light::clean() cannot be hidden. Don't know why, though. --- src/Light.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Light.h b/src/Light.h index 99bc0b564..ae1a71b60 100644 --- a/src/Light.h +++ b/src/Light.h @@ -48,7 +48,7 @@ class MAGNUM_EXPORT Light: public Object { /** * Recomputes light position. */ - MAGNUM_LOCAL void clean(const Matrix4& absoluteTransformation); + void clean(const Matrix4& absoluteTransformation); private: Vector4 _position;