]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
use HasFlag() and InXXX() instead of explicit flag testing (patch 899507)
[wxWidgets.git] / include / wx / window.h
index fae09c7ec06746a4b84543ea60d1e347f8e42fdc..f1eed002acc885d35be42bb3769890c14cd817fb 100644 (file)
@@ -104,7 +104,7 @@ public:
 
         // default ctor, initializes everything which can be initialized before
         // Create()
-    wxWindowBase();
+    wxWindowBase() ;
 
         // pseudo ctor (can't be virtual, called from ctor)
     bool CreateBase(wxWindowBase *parent,