X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fmatrix.cpp;h=f5089285d63295458698e1c392511348fc34a696;hp=4c3a7ee6a477d64733d1665c9766caedda5ac0ec;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hpb=705986ebcdd24573791aa58c7a8f2b7549c918a3 diff --git a/source/matrix.cpp b/source/matrix.cpp index 4c3a7ee6..f5089285 100644 --- a/source/matrix.cpp +++ b/source/matrix.cpp @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include #include #include @@ -294,7 +287,7 @@ MatrixStack::MatrixStack(): matrices.push_back(Matrix()); } -const Matrix &MatrixStack::top() +const Matrix &MatrixStack::top() const { return matrices.back(); }