X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..28117f242619e904d18c2d8f1a7b9fa0783efcb6:/utils/tex2rtf/src/readshg.cpp diff --git a/utils/tex2rtf/src/readshg.cpp b/utils/tex2rtf/src/readshg.cpp index 3d5cc5ee12..86e08e5eef 100644 --- a/utils/tex2rtf/src/readshg.cpp +++ b/utils/tex2rtf/src/readshg.cpp @@ -107,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;