X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdfb981a826d29e292738a27700543fa10d2bfb..1a18887b88e2ba064154ae5998db7b7533f6bb78:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 51befcee29..14a1f9dc7c 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -48,7 +48,7 @@ public: void GetPosition(int *x, int *y) const; - bool Show(bool show = TRUE); + bool Show(bool show = true); void SetRange(int minValue, int maxValue); @@ -100,7 +100,7 @@ protected: int sizeFlags = wxSIZE_AUTO); virtual wxSize DoGetBestSize() const; - + DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider95) };