Declaration of CopySelection is bool instead of void.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -237,7 +237,7 @@ protected:
|
||||
};
|
||||
|
||||
// Copies selection to clipboard if the clipboard support is available
|
||||
void CopySelection(ClipboardType t = Secondary);
|
||||
bool CopySelection(ClipboardType t = Secondary);
|
||||
|
||||
#if wxUSE_CLIPBOARD
|
||||
// Convert selection to text:
|
||||
|
Reference in New Issue
Block a user