]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/prefs.h
wxCairoContext doesn't need to know about wxPizza
[wxWidgets.git] / samples / stc / prefs.h
index 4ac01745e36cf83df226eed2ac67903eb367f9a0..d95f90a115f500f2168b66431b0c2ffe0d184c07 100644 (file)
@@ -121,8 +121,8 @@ extern const CommonInfo g_CommonPrefs;
 // LanguageInfo
 
 struct LanguageInfo {
-    wxChar *name;
-    wxChar *filepattern;
+    const wxChar *name;
+    const wxChar *filepattern;
     int lexer;
     struct {
         int type;