]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
formatting
[wxWidgets.git] / include / wx / msw / notebook.h
index 4fd14d30dacc0633da28efdf4d4b27b1b81fdde1..94a70e68c4645362c6483c4fe75540538a2b9cab 100644 (file)
@@ -117,11 +117,15 @@ public:
 
   // base class virtuals
   // -------------------
+
   virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
   virtual bool MSWOnScroll(int orientation, WXWORD nSBCode,
                            WXWORD pos, WXHWND control);
+
+#if wxUSE_CONSTRAINTS
   virtual void SetConstraintSizes(bool recurse = TRUE);
   virtual bool DoPhase(int nPhase);
+#endif // wxUSE_CONSTRAINTS
 
 protected:
   // common part of all ctors