]> git.saurik.com Git - wxWidgets.git/commitdiff
missing WXDLLEXPORT added
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 May 2003 12:04:34 +0000 (12:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 31 May 2003 12:04:34 +0000 (12:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/vscroll.h

index 9bf5cce2d9059dff512f1b4efe01e8ebabcca287..58b693f1e2e8562f4582f5da274ec1f3ef1732d1 100644 (file)
@@ -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