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;