X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5151c7af137a1b6f3c8f656048cf7d13524f040e..a2234452a7af149ed9e93aae537eb7a4a6ad356f:/demos/dbbrowse/tabpgwin.h diff --git a/demos/dbbrowse/tabpgwin.h b/demos/dbbrowse/tabpgwin.h index 00efb89929..5be9b27086 100644 --- a/demos/dbbrowse/tabpgwin.h +++ b/demos/dbbrowse/tabpgwin.h @@ -20,10 +20,6 @@ #ifndef __TABPGWIN_G__ #define __TABPGWIN_G__ -//#ifdef __GNUG__ -//#pragma interface -//#endif - #include "wx/defs.h" #include "wx/window.h" #include "wx/string.h" @@ -112,7 +108,7 @@ public: virtual void AddTab( wxWindow* pContent, wxString tabText, - wxBitmap* pImage = NULL ); + wxBitmap* pImage ); virtual void RemoveTab( int tabNo ); @@ -200,7 +196,7 @@ public: public: wxPagedWindow(); - ~wxPagedWindow(); + ~wxPagedWindow(){}; // NOTE:: use public methods of the base class // to add "pages" to this window @@ -243,7 +239,7 @@ class twTabInfo : public wxObject DECLARE_DYNAMIC_CLASS( twTabInfo ) public: twTabInfo(); - ~twTabInfo(); + ~twTabInfo(){}; int ImgWidth(); int ImgHeight();