summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/wx/PasteboardWx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/wx/PasteboardWx.cpp')
-rw-r--r--Source/WebCore/platform/wx/PasteboardWx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/wx/PasteboardWx.cpp b/Source/WebCore/platform/wx/PasteboardWx.cpp
index 48183fa6f..c45d1fc42 100644
--- a/Source/WebCore/platform/wx/PasteboardWx.cpp
+++ b/Source/WebCore/platform/wx/PasteboardWx.cpp
@@ -61,7 +61,7 @@ void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete,
}
}
-void Pasteboard::writePlainText(const String& text)
+void Pasteboard::writePlainText(const String& text, SmartReplaceOption)
{
if (wxTheClipboard->Open()) {
wxTheClipboard->SetData( new wxTextDataObject(text) );