]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/prefs.h
fix sizing of extra control
[wxWidgets.git] / samples / stc / prefs.h
index 0cbbee1535e3928a6faa2a4f320e64f65f3f71fe..90513dde3f901364f82bb8906f6130e2cbf34146 100644 (file)
@@ -137,10 +137,10 @@ extern const int g_LanguagePrefsSize;
 //----------------------------------------------------------------------------
 // StyleInfo
 struct StyleInfo {
-    wxChar *name;
-    wxChar *foreground;
-    wxChar *background;
-    wxChar *fontname;
+    const wxChar *name;
+    const wxChar *foreground;
+    const wxChar *background;
+    const wxChar *fontname;
     int fontsize;
     int fontstyle;
     int lettercase;