]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
* Big memory bug fixed in socket/getline fixed.
[wxWidgets.git] / include / wx / gtk / window.h
index 8e0eeacfe75af68b553e7e4a5cfaed19bc103096..fb1b13938b9888ebc7fa44d814f3d0db5e11ae60 100644 (file)
@@ -532,6 +532,9 @@ public:
     virtual void GetPositionConstraint(int *x, int *y) const ;
 
 protected:
+    // common part of all ctors
+    void Init();
+
     // this is the virtual function to be overriden in any derived class which
     // wants to change how SetSize() or Move() works - it is called by all
     // versions of these functions in the base class