summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/qt/PasteboardQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/qt/PasteboardQt.cpp')
-rw-r--r--Source/WebCore/platform/qt/PasteboardQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/qt/PasteboardQt.cpp b/Source/WebCore/platform/qt/PasteboardQt.cpp
index fc7011094..2bc766782 100644
--- a/Source/WebCore/platform/qt/PasteboardQt.cpp
+++ b/Source/WebCore/platform/qt/PasteboardQt.cpp
@@ -380,7 +380,7 @@ Vector<String> Pasteboard::readFilenames()
}
#if ENABLE(DRAG_SUPPORT)
-void Pasteboard::setDragImage(DragImageRef, const IntPoint& hotSpot)
+void Pasteboard::setDragImage(DragImageRef, const IntPoint&)
{
notImplemented();
}