]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
restored wxPluginLibrary::ms_classes handling code that was removed by mistake
[wxWidgets.git] / include / wx / html / htmlwin.h
index e789eb5d11d7c4bb1ee5b330c5258f19c7ba1d0e..9b651102d7dd68c80be28cd58ca7ddfe813a2fc7 100644 (file)
@@ -237,6 +237,8 @@ protected:
     };
 
     // Copies selection to clipboard if the clipboard support is available
+    //
+    // returns true if anything was copied to clipboard, false otherwise
     bool CopySelection(ClipboardType t = Secondary);
 
 #if wxUSE_CLIPBOARD