X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flogic.h;h=1d25c6ea44227bdd9c093b299c547e80d4e3ebf2;hb=754751fd474c6eac073fa7e89a18142fc89cb4fb;hp=091c4e100def4c0953c7663b7c910d0bbf210bd6;hpb=8ffcd589660022f05d8b3b1dbb36c0c0aa91954a;p=libs%2Fgltk.git diff --git a/source/logic.h b/source/logic.h index 091c4e1..1d25c6e 100644 --- a/source/logic.h +++ b/source/logic.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GLTK_LOGIC_H_ #define MSP_GLTK_LOGIC_H_ @@ -12,8 +5,7 @@ Distributed under the LGPL #include #include #include -#include -#include +#include namespace Msp { namespace GLtk { @@ -29,10 +21,9 @@ See also class Connector. class Logic { public: - class Loader: public DataFile::Loader + class Loader: public DataFile::ObjectLoader { private: - Logic &logic; const std::map &widgets; public: