From: Vadim Zeitlin Date: Wed, 26 Nov 2003 20:01:54 +0000 (+0000) Subject: resolved conflict (because I forgot to commit before) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4bdce112bfdf754b965bc999df182ee9aafac2fb resolved conflict (because I forgot to commit before) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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