Fix wxURLDataObject comment and documentation for wxGTK
Fix a copy-and-pasto in the header and also mention that wxURLDataObject derives from wxDataObjectComposite, and not wxTextDataObject, in wxGTK too. Also add a note about the exact base class being an implementation detail. Closes https://github.com/wxWidgets/wxWidgets/pull/624
This commit is contained in:
		@@ -549,7 +549,7 @@ private:
 | 
			
		||||
    // wxURLDataObject defined in msw/ole/dataobj2.h
 | 
			
		||||
#elif defined(__WXGTK20__)
 | 
			
		||||
    #include "wx/gtk/dataobj2.h"
 | 
			
		||||
    // wxURLDataObject defined in msw/ole/dataobj2.h
 | 
			
		||||
    // wxURLDataObject defined in gtk/dataobj2.h
 | 
			
		||||
 | 
			
		||||
#else
 | 
			
		||||
    #if defined(__WXGTK__)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user