X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..52f2f7b2c15e10eec1607bee683e575e898bf0d8:/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) };