Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,7 +35,7 @@ class ctPropertyEditor: public wxPanel
|
||||
DECLARE_CLASS(ctPropertyEditor)
|
||||
public:
|
||||
ctPropertyEditor(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style);
|
||||
~ctPropertyEditor();
|
||||
~ctPropertyEditor(){};
|
||||
|
||||
// Event handlers
|
||||
|
||||
@@ -216,7 +216,7 @@ public:
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
|
||||
|
||||
|
||||
bool AddControls(wxWindow* parent, const wxString& msg);
|
||||
|
||||
wxString GetText() const { return m_text; }
|
||||
@@ -231,7 +231,7 @@ private:
|
||||
* Special-purpose splitter window for changing sash look and
|
||||
* also saving sash width
|
||||
*/
|
||||
|
||||
|
||||
class ctSplitterWindow: public wxSplitterWindow
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user