]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/unichar.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / unichar.h
index ccc8edf53375a75f0cdaa59d7ff5328c96932686..83f63525d8e9b0fed71eeff9424889da92c074b7 100644 (file)
@@ -28,7 +28,7 @@ public:
     /**
         Default ctor.
     */
-    wxUniChar()
+    wxUniChar();
 
     //@{
     /**
@@ -54,7 +54,7 @@ public:
     value_type GetValue() const;
 
     /**
-        Returns true if the character is an ASCII character.
+        Returns true if the character is an ASCII character (i.e. if its value is less than 128).
     */
     bool IsAscii() const;