summaryrefslogtreecommitdiff
path: root/vcl/osx/DropTarget.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-08 23:46:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-08 23:47:25 +0200
commitdeca1830c8b2446fde35a443248638354b37239b (patch)
treed1b06a0556f25db0c4d8bf3a0c73d5108f71a083 /vcl/osx/DropTarget.hxx
parent8d66fe43a1c6ee197517135bd34b51654d0cd7f8 (diff)
loplugin:staticmethods
Change-Id: I186c81923857d06ac7a87caf9d5961f44b89b559
Diffstat (limited to 'vcl/osx/DropTarget.hxx')
-rw-r--r--vcl/osx/DropTarget.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DropTarget.hxx b/vcl/osx/DropTarget.hxx
index d67b647b7111..09f4ee898218 100644
--- a/vcl/osx/DropTarget.hxx
+++ b/vcl/osx/DropTarget.hxx
@@ -124,7 +124,7 @@ public:
NSDragOperation draggingEntered(id sender);
NSDragOperation draggingUpdated(id sender);
void draggingExited(id sender);
- BOOL prepareForDragOperation(id sender);
+ static BOOL prepareForDragOperation();
BOOL performDragOperation(id sender);
void concludeDragOperation(id sender);