X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Funiform.h;h=70db91dfe0d93fbb8e19eff6a2494214258d37e9;hb=b07e3b2103c53e3cd6a4674eef481178ec64f2c7;hp=72a1bd2c074121625136015e0af845807347d6d3;hpb=5172d32d67595ea0b70184fadcfcb8e023cccbc8;p=libs%2Fgl.git diff --git a/source/uniform.h b/source/uniform.h index 72a1bd2c..70db91df 100644 --- a/source/uniform.h +++ b/source/uniform.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007-2008, 2010-2011 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_UNIFORM_H_ #define MSP_GL_UNIFORM_H_ @@ -23,8 +16,8 @@ private: public: virtual ~Uniform() { } - virtual void apply(int) const =0; - virtual Uniform *clone() const =0; + virtual void apply(int) const = 0; + virtual Uniform *clone() const = 0; };