diff -r 16d3598f611f -r 0bd62e09d061 mapeditor.h --- a/mapeditor.h Wed Jul 04 11:05:15 2007 +0000 +++ b/mapeditor.h Tue Sep 04 13:53:33 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 &);