X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc448be3417555aa4bb57499b114d73b4036f9bb..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/gtk/scrolwin.h diff --git a/include/wx/gtk/scrolwin.h b/include/wx/gtk/scrolwin.h index f95ef798e2..dac8d76689 100644 --- a/include/wx/gtk/scrolwin.h +++ b/include/wx/gtk/scrolwin.h @@ -18,6 +18,7 @@ class WXDLLIMPEXP_CORE wxScrollHelper : public wxScrollHelperBase { + typedef wxScrollHelperBase base_type; public: // default ctor doesn't do anything wxScrollHelper(wxWindow *win) : wxScrollHelperBase(win) { } @@ -70,8 +71,7 @@ private: int pixelsPerLine, int *posOld); -private: - DECLARE_NO_COPY_CLASS(wxScrollHelper) + wxDECLARE_NO_COPY_CLASS(wxScrollHelper); }; #endif // _WX_GTK_SCROLLWIN_H_