]> git.tdb.fi Git - libs/gl.git/blobdiff - source/matrix.cpp
Drop Id tags and copyright notices from files
[libs/gl.git] / source / matrix.cpp
index 4c3a7ee6a477d64733d1665c9766caedda5ac0ec..f5089285d63295458698e1c392511348fc34a696 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #include <algorithm>
 #include <cmath>
 #include <msp/core/except.h>
@@ -294,7 +287,7 @@ MatrixStack::MatrixStack():
        matrices.push_back(Matrix());
 }
 
-const Matrix &MatrixStack::top()
+const Matrix &MatrixStack::top() const
 {
        return matrices.back();
 }