DnD with Unicode fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
virtual bool OnData( int x, int y );
|
||||
|
||||
/* you have to override OnDropData to get at the text */
|
||||
virtual bool OnDropText( int x, int y, const char *text ) = 0;
|
||||
virtual bool OnDropText( int x, int y, const wxChar *text ) = 0;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user