]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strconv.h
use gettimeofday() instead of clock_gettime() as the latter lives in librt which...
[wxWidgets.git] / include / wx / strconv.h
index 947efad79966bc0d8c9292675e972f1afe6751e2..ba28c8a81ab8792f24578b14d76420418b49155f 100644 (file)
@@ -385,6 +385,9 @@ public:
 
     void Clear();
 
+    // return true if the conversion could be initilized successfully
+    bool IsOk() const;
+
 private:
     // common part of all ctors
     void Init();