X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fpreferencedictionary.h;h=5d2dbc071cba0711a72d306a18b7b56441952b21;hb=18d60f90d7603cb420150739251cf98519c57406;hp=ce3f768685b40ff5d696fe5c5381434fc24a9a31;hpb=e4287c28bb2dafedc81c66e63951d947cfbeb225;p=xonotic%2Fnetradiant.git diff --git a/radiant/preferencedictionary.h b/radiant/preferencedictionary.h index ce3f7686..5d2dbc07 100644 --- a/radiant/preferencedictionary.h +++ b/radiant/preferencedictionary.h @@ -91,7 +91,7 @@ void importPref( const char* name, const char* value ){ inline void XMLPreference_importString( XMLImporter& importer, const char* value ){ importer.write( value, string_length( value ) ); } -typedef ReferenceCaller1 XMLPreferenceImportStringCaller; +typedef ReferenceCaller XMLPreferenceImportStringCaller; class XMLPreferenceDictionaryExporter : public XMLExporter {