diff -r c7ae8642a8d8 -r 879e47e5b731 gui_reader.h --- a/gui_reader.h Wed May 02 20:33:58 2007 +0000 +++ b/gui_reader.h Wed Jan 02 21:03:09 2008 +0000 @@ -20,7 +20,7 @@ #define GUI_READER_H #include -class MapStorage; +#include "mapstorage.h" using lemon::LemonReader; @@ -28,12 +28,13 @@ { private: MapStorage* mapstorage; + MapStorage::GUISectData& gui_data; protected: virtual bool header(const std::string&); virtual void read(std::istream&); public: typedef LemonReader::SectionReader Parent; - GuiReader(LemonReader&, MapStorage*); + GuiReader(LemonReader&, MapStorage*, MapStorage::GUISectData&); }; #endif