]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/object.cpp
Mark constant data as const
[libs/gl.git] / source / render / object.cpp
index 8a3963eebe992f9db802184b5f20b9d86b461ab7..479e77afa986ac124137a4726717d055af56910a 100644 (file)
@@ -17,7 +17,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Matrix Object::identity_matrix;
+const Matrix Object::identity_matrix;
 
 Object::Object():
        lods(1),