missing WXDLLEXPORT added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-05-31 12:04:34 +00:00
parent 4a7ec775fe
commit af9fe8874f

View File

@ -32,7 +32,7 @@
horizontal scrolling; it can't scroll another window nor only a rectangle horizontal scrolling; it can't scroll another window nor only a rectangle
of the window and not its entire client area. of the window and not its entire client area.
*/ */
class wxVScrolledWindow : public wxPanel class WXDLLEXPORT wxVScrolledWindow : public wxPanel
{ {
public: public:
// constructors and such // constructors and such