]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/prefs.h
compilation fix after _() changes; also don't use wxChar for purely ASCII strings
[wxWidgets.git] / samples / stc / prefs.h
index d95f90a115f500f2168b66431b0c2ffe0d184c07..0cbbee1535e3928a6faa2a4f320e64f65f3f71fe 100644 (file)
@@ -121,12 +121,12 @@ extern const CommonInfo g_CommonPrefs;
 // LanguageInfo
 
 struct LanguageInfo {
-    const wxChar *name;
-    const 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;
 };