]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/readshg.h
Correct landscape printing in wxPageSetupDialog
[wxWidgets.git] / utils / tex2rtf / src / readshg.h
index f710f3a34133002771748de7e719b5d1bf978e0a..36df3f9d2eed42d6c988f3f8aa076c4761395042 100644 (file)
@@ -58,7 +58,7 @@ struct HotSpot
 extern int ParseSHG( const wxChar* fileName, HotSpot **hotspots);
 
 // Converts Windows .SHG file to HTML map file
-extern bool SHGToMap(wxChar *filename, wxChar *defaultFile);
+extern bool SHGToMap(const wxChar *filename, const wxChar *defaultFile);
 
 #endif