diff -r bc9083a4a7fb -r a97aabc21136 mapeditor.h --- a/mapeditor.h Mon Jul 30 09:47:09 2007 +0000 +++ b/mapeditor.h Mon Jul 30 09:47:11 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 &);