From: Julian Smart Date: Wed, 29 Sep 2004 14:02:24 +0000 (+0000) Subject: Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/adfea104dc4cdf8378cb7553ad755a1a9815470e Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index ba961d4cc7..aae769bea4 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -22,6 +22,7 @@ class WXDLLEXPORT wxTimer; // wxScrolledWindow and wxScrolledControl. It is a mix-in: just derive from it // to implement scrolling in your class. // ---------------------------------------------------------------------------- +#if !defined(__WXGTK__) || defined(__WXUNIVERSAL__) class WXDLLEXPORT wxScrollHelper { @@ -205,6 +206,8 @@ protected: DECLARE_NO_COPY_CLASS(wxScrollHelper) }; +#endif + // ---------------------------------------------------------------------------- // wxScrolledWindow: a wxWindow which knows how to scroll // ----------------------------------------------------------------------------