]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
fix for non-unicode DMC builds
[wxWidgets.git] / include / wx / html / htmlwin.h
index 6e8b6ebb6da99c6165b305a3030404447b0b5f46..9b651102d7dd68c80be28cd58ca7ddfe813a2fc7 100644 (file)
@@ -237,7 +237,9 @@ protected:
     };
 
     // Copies selection to clipboard if the clipboard support is available
-    void CopySelection(ClipboardType t = Secondary);
+    //
+    // returns true if anything was copied to clipboard, false otherwise
+    bool CopySelection(ClipboardType t = Secondary);
 
 #if wxUSE_CLIPBOARD
     // Convert selection to text: