]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/clipbrd.h
add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a...
[wxWidgets.git] / interface / clipbrd.h
index 77e6dac9322124ceaa23b6a4570946a4e5b5110b..56cb32f0c03e1a200d0b7be4225ce3bd39153844 100644 (file)
@@ -77,7 +77,7 @@ public:
         After this function has been called, the clipboard owns the data, so do not
         delete
         the data explicitly.
-        
+
         @see SetData()
     */
     bool AddData(wxDataObject* data);
@@ -141,7 +141,7 @@ public:
         After this function has been called, the clipboard owns the data, so do not
         delete
         the data explicitly.
-        
+
         @see AddData()
     */
     bool SetData(wxDataObject* data);