]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
GetSubcontrols now returns a reference to an Arraylong
[wxWidgets.git] / include / wx / fontutil.h
index de51565a22979e29e2d8bd474265da4e4d6dcb31..6eb762401dee2c2ab914dc6be74546293ae0cb17 100644 (file)
@@ -52,6 +52,7 @@
 struct WXDLLEXPORT wxNativeEncodingInfo
 {
     wxString facename;          // may be empty meaning "any"
+    wxFontEncoding encoding;    // so that we know what this struct represents
 
 #if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__)
     wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ }