From: Vadim Zeitlin Date: Sat, 31 May 2003 12:04:34 +0000 (+0000) Subject: missing WXDLLEXPORT added X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/af9fe8874f221bdfbc584836c39263f9d8854b4b missing WXDLLEXPORT added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h index 9bf5cce2d9..58b693f1e2 100644 --- a/include/wx/vscroll.h +++ b/include/wx/vscroll.h @@ -32,7 +32,7 @@ horizontal scrolling; it can't scroll another window nor only a rectangle of the window and not its entire client area. */ -class wxVScrolledWindow : public wxPanel +class WXDLLEXPORT wxVScrolledWindow : public wxPanel { public: // constructors and such