diff -r 16d3598f611f -r e1d06cd563da mapeditor.h --- a/mapeditor.h Wed Jul 04 11:05:15 2007 +0000 +++ b/mapeditor.h Tue Oct 16 09:53:22 2007 +0000 @@ -131,7 +131,7 @@ The data is read from file. Depending on LoadMode the current selection gets replaced by data or the data is appended. */ - ErrorCode load (QString, LoadMode ); // newmap, import/replace selection + ErrorCode load (QString, const LoadMode &, const FileType& ); // newmap, import/replace selection public: /*! \brief Save the map to file */ int save(const SaveMode &);