]> git.tdb.fi Git - libs/gl.git/blobdiff - source/uniform.h
For a few lingering whitespace issues
[libs/gl.git] / source / uniform.h
index 72a1bd2c074121625136015e0af845807347d6d3..70db91dfe0d93fbb8e19eff6a2494214258d37e9 100644 (file)
@@ -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;
 };