]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/prefs.h
fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMM...
[wxWidgets.git] / samples / stc / prefs.h
index 4ac01745e36cf83df226eed2ac67903eb367f9a0..0cbbee1535e3928a6faa2a4f320e64f65f3f71fe 100644 (file)
@@ -121,12 +121,12 @@ extern const CommonInfo g_CommonPrefs;
 // LanguageInfo
 
 struct LanguageInfo {
-    wxChar *name;
-    wxChar *filepattern;
+    const char *name;
+    const char *filepattern;
     int lexer;
     struct {
         int type;
-        const wxChar *words;
+        const char *words;
     } styles [STYLE_TYPES_COUNT];
     int folds;
 };