diff -r 16d3598f611f -r a97aabc21136 mapeditor.h --- a/mapeditor.h Wed Jul 04 11:05:15 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 &);