]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dnd.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / dnd.h
index 79466fab801a038801553719f8248002d0d255af..d32c418dd5726400af74a567e95a522640e111b7 100644 (file)
@@ -42,7 +42,7 @@ public:
 
         Return @true to accept the data, or @false to veto the operation.
     */
-    virtual bool OnDropText(wxCoord x, wxCoord y, const wxString& data);
+    virtual bool OnDropText(wxCoord x, wxCoord y, const wxString& data) = 0;
 };