]> git.tdb.fi Git - builder.git/blobdiff - source/file.h
Reorder class members
[builder.git] / source / file.h
index cd3eccf6b48c963d125d70cfb34824b16ecaabb8..bc71df87a25d02ff30542b08ab329f67303cc3d0 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of builder
-Copyright © 2007 Mikko Rasa, Mikkosoft Productions
+Copyright © 2007-2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
@@ -16,7 +16,7 @@ public:
        File(Builder &, const std::string &);
        virtual const char *get_type() const { return "File"; }
 private:
-       virtual Action    *create_action()     { return 0; }
+       virtual Action *create_action() { return 0; }
 };
 
 #endif