From adfea104dc4cdf8378cb7553ad755a1a9815470e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 29 Sep 2004 14:02:24 +0000 Subject: [PATCH] Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/scrolwin.h | 3 +++ 1 file changed, 3 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.45.2