]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/readshg.cpp
Compilation fix for Watcom (on OS/2).
[wxWidgets.git] / utils / tex2rtf / src / readshg.cpp
index 0b6c128b3bc129a047a6eb08209e6cc279011c49..86e08e5eefe737ec58dbf89a0445e182343c29ea 100644 (file)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -111,7 +107,7 @@ int   ParseSHG( const wxChar* fileName, HotSpot **hotspots)
 
 // Convert Windows .SHG file to HTML map file
 
-bool SHGToMap(wxChar *filename, wxChar *defaultFile)
+bool SHGToMap(const wxChar *filename, const wxChar *defaultFile)
 {
   // Test the SHG parser
   HotSpot *hotspots = NULL;