diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index e789eb5d11..9b651102d7 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -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