Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9b0db4529f
commit
8f6eaec925
8 changed files with 20 additions and 37 deletions
|
|
@ -140,7 +140,7 @@ class StaticWidgetsPage : public WidgetsPage
|
|||
{
|
||||
public:
|
||||
StaticWidgetsPage(wxNotebook *notebook, wxImageList *imaglist);
|
||||
virtual ~StaticWidgetsPage();
|
||||
virtual ~StaticWidgetsPage(){};
|
||||
|
||||
protected:
|
||||
// event handlers
|
||||
|
|
@ -302,10 +302,6 @@ StaticWidgetsPage::StaticWidgetsPage(wxNotebook *notebook,
|
|||
sizerTop->Fit(this);
|
||||
}
|
||||
|
||||
StaticWidgetsPage::~StaticWidgetsPage()
|
||||
{
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// operations
|
||||
// ----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue