]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/geometry.h
Reorder class members
[libs/gltk.git] / source / geometry.h
index 85e28161930841dfa1bb358b4489c16e888935f7..6dc982727070ed2f09dbd357f94963922ee8d8e1 100644 (file)
@@ -1,7 +1,14 @@
+/* $Id$
+
+This file is part of libmspgltk
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #ifndef MSP_GLTK_GEOMETRY_H_
 #define MSP_GLTK_GEOMETRY_H_
 
-#include <msp/parser/loader.h>
+#include <msp/datafile/loader.h>
 
 namespace Msp {
 namespace GLtk {
@@ -24,7 +31,7 @@ Specifies margins on the sides of an element.
 */
 struct Sides
 {
-       class Loader: public Parser::Loader
+       class Loader: public DataFile::Loader
        {
        public:
                Loader(Sides &);