]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
fix warnings in EventsSuppressor ctor from gcc with -O option
[wxWidgets.git] / include / wx / generic / panelg.h
index ae5e74e8292dd1ed6b0a0e798d62c33c7ad7e473..b41701eaa50dfdb06cee2bdfb7a5b6a68c6c7cd8 100644 (file)
@@ -79,14 +79,15 @@ public:
     virtual bool IsCanvasWindow() const { return true; }
 #endif
 
-
     WX_DECLARE_CONTROL_CONTAINER();
 
 protected:
     // common part of all ctors
     void Init();
 
-private:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxWindowBase::GetDefaultBorder(); }
+
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxPanel)
     DECLARE_EVENT_TABLE()
 };