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:
Gilles Depeyrot 2001-07-08 15:36:31 +00:00
parent 3ef585df0c
commit 5051902e56

View File

@ -31,6 +31,9 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
class WXDLLEXPORT wxGaugeBase : public wxControl
{
public:
#ifdef __WXMAC_X__
virtual ~wxGaugeBase() { }
#endif
bool Create(wxWindow *parent,
wxWindowID id,
int range,