From 4bdce112bfdf754b965bc999df182ee9aafac2fb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 26 Nov 2003 20:01:54 +0000 Subject: [PATCH] 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 --- include/wx/html/htmlwin.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.0