Compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -81,6 +81,9 @@ private:
|
||||
|
||||
class WXDLLEXPORT wxPrivateDataObject : public wxDataObject
|
||||
{
|
||||
#ifdef __WXGTK__
|
||||
DECLARE_DYNAMIC_CLASS( wxPrivateDataObject )
|
||||
#endif
|
||||
|
||||
public:
|
||||
wxPrivateDataObject();
|
||||
@@ -117,11 +120,8 @@ public:
|
||||
virtual void GetDataHere(void *dest) const
|
||||
{ WriteData(dest); }
|
||||
|
||||
protected:
|
||||
// the function which really copies the data - called by WriteData() above
|
||||
// and uses GetSize() to get the size of the data
|
||||
//
|
||||
// VZ: I really wonder why do we need it
|
||||
void WriteData( const void *data, void *dest ) const;
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user