]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1036833 ] Hiding declaration of wxScrollHelper
authorJulian Smart <julian@anthemion.co.uk>
Wed, 29 Sep 2004 14:02:24 +0000 (14:02 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 29 Sep 2004 14:02:24 +0000 (14:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/scrolwin.h

index ba961d4cc72a3ead8e223c3af767dc3bb48cbda5..aae769bea40d8d218055344d4180cd9fe12ce0bf 100644 (file)
@@ -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
 // ----------------------------------------------------------------------------