]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
SGI compilation fixes
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index a36324a994e6247929e64583e46d3fabedaa4801..bafcddee6768ce271f71cbcf2f7b41e7b464a3d6 100644 (file)
@@ -39,7 +39,7 @@ enum wxDragResult
 // wxDropSource is used to start the drag-&-drop operation on associated
 // wxDataObject object. It's responsible for giving UI feedback while dragging.
 // ----------------------------------------------------------------------------
-class wxDropSource
+class WXDLLEXPORT wxDropSource
 {
 public:
   // ctors: if you use default ctor you must call SetData() later!