]> git.tdb.fi Git - libs/gl.git/blobdiff - source/matrix.h
Drop Id tags and copyright notices from files
[libs/gl.git] / source / matrix.h
index 42e70c985d5d78d0cc22d408e187f1dda7a5f025..e32df7e3872ea6ea270ecfe0d13e8fe25db82d9c 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_MATRIX_H_
 #define MSP_GL_MATRIX_H_
 
@@ -98,13 +91,13 @@ private:
 public:
        MatrixStack();
 
-       const Matrix &top();
+       const Matrix &top() const;
        void load(const Matrix &);
        void multiply(const Matrix &);
        void push();
        void pop();
 private:
-       void update();
+       virtual void update();
 
 public:
        MatrixStack &operator=(const Matrix &);