X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f1cf28c2ed427516d67e89c4f9bd589335234c0..c1d19dfb68d6c400dd84ce5f268bfd1c8ee2227e:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 5c1d103e02..928ec45a03 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -12,7 +12,7 @@ #ifndef _SLIDER95_H_ #define _SLIDER95_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "slider95.h" #endif @@ -46,8 +46,6 @@ public: virtual int GetValue() const; virtual void SetValue(int); - void GetSize(int *w, int *h) const; - void GetPosition(int *x, int *y) const; bool Show(bool show = TRUE); @@ -101,7 +99,7 @@ protected: int width, int height, int sizeFlags = wxSIZE_AUTO); - DECLARE_DYNAMIC_CLASS(wxSlider95) + DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95) }; #endif