added missing destructor for Mac OS X compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -31,6 +31,9 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
|
|||||||
class WXDLLEXPORT wxGaugeBase : public wxControl
|
class WXDLLEXPORT wxGaugeBase : public wxControl
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
#ifdef __WXMAC_X__
|
||||||
|
virtual ~wxGaugeBase() { }
|
||||||
|
#endif
|
||||||
bool Create(wxWindow *parent,
|
bool Create(wxWindow *parent,
|
||||||
wxWindowID id,
|
wxWindowID id,
|
||||||
int range,
|
int range,
|
||||||
|
Reference in New Issue
Block a user