mapeditor.h
changeset 572 a97aabc21136
parent 537 16d3598f611f
child 608 6cdc2e7b1937
     1.1 --- a/mapeditor.h	Mon Jul 30 09:47:09 2007 +0000
     1.2 +++ b/mapeditor.h	Mon Jul 30 09:47:11 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 &);