]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/state.h
Change mspparser -> mspdatafile
[libs/gltk.git] / source / state.h
index 6cbe152ead5fdbd41a230b1cf668b2c5f9c9bad8..1f07c5cf21b4a0d8796d939062041caaa6978993 100644 (file)
@@ -2,7 +2,7 @@
 #define MSP_GLTK_STATE_H_
 
 #include <istream>
-#include <msp/parser/value.h>
+#include <msp/datafile/value.h>
 
 namespace Msp {
 namespace GLtk {
@@ -20,7 +20,7 @@ extern std::istream &operator>>(std::istream &, State &);
 
 } // namespace GLtk
 
-namespace Parser {
+namespace DataFile {
 
 template<>
 struct TypeResolver<GLtk::State> { static const Value::Type type=Value::ENUM; };