]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unichar.h
added wxGetX11Display() returning the pointer of the correct type, unlike the old...
[wxWidgets.git] / include / wx / unichar.h
index 71e4426eae1572870433a7fb33e2a165d078684b..95626697109934d715ed7205a421619fe78d2354 100644 (file)
@@ -176,7 +176,7 @@ public:
 #endif
 
     wxUniChar::value_type GetValue() const { return UniChar().GetValue(); }
-    bool IsAscii() const { return UniChar().GetValue(); }
+    bool IsAscii() const { return UniChar().IsAscii(); }
 
     // Assignment operators:
 #if wxUSE_UNICODE_UTF8