]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/layout.h
BasicLoader is now called ObjectLoader
[r2c2.git] / source / libr2c2 / layout.h
index a4042316bbdc61d1af6b5f6357a7dbfaadd35cd8..b89cacb90b1d11a5c1279d0ff2c11b5f9f9ef464 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2006-2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_LAYOUT_H_
 #define LIBR2C2_LAYOUT_H_
 
 #include <set>
 #include <sigc++/sigc++.h>
-#include <msp/datafile/loader.h>
+#include <msp/datafile/objectloader.h>
 #include <msp/time/timestamp.h>
 #include "block.h"
 
@@ -29,7 +22,7 @@ class Zone;
 class Layout
 {
 public:
-       class Loader: public Msp::DataFile::BasicLoader<Layout>
+       class Loader: public Msp::DataFile::ObjectLoader<Layout>
        {
        private:
                bool new_tracks;