1.1 --- a/mapeditor.h Wed Jul 04 11:05:15 2007 +0000
1.2 +++ b/mapeditor.h Thu Aug 09 18:34:08 2007 +0000
1.3 @@ -131,7 +131,7 @@
1.4 The data is read from file. Depending on LoadMode the current
1.5 selection gets replaced by data or the data is appended.
1.6 */
1.7 - ErrorCode load (QString, LoadMode ); // newmap, import/replace selection
1.8 + ErrorCode load (QString, const LoadMode &, const FileType& ); // newmap, import/replace selection
1.9 public:
1.10 /*! \brief Save the map to file */
1.11 int save(const SaveMode &);