wxDataObject now defined in defs.h and not here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-05-31 00:09:52 +00:00
parent 6a0eb96b27
commit b0cf2597e2

View File

@@ -29,8 +29,6 @@
class wxIDropTarget; class wxIDropTarget;
struct IDataObject; struct IDataObject;
typedef unsigned short wxDataFormat;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// An instance of the class wxDropTarget may be associated with any wxWindow // An instance of the class wxDropTarget may be associated with any wxWindow
// derived object via SetDropTarget() function. If this is done, the virtual // derived object via SetDropTarget() function. If this is done, the virtual
@@ -110,4 +108,4 @@ protected:
}; };
// ============================================================================ // ============================================================================
#endif //_OLEDROPTGT_H #endif //_OLEDROPTGT_H