summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorDmitry Zhulanov <dmitry.zhulanov@gmail.com>2016-09-29 14:47:23 +0000
committerDmitry Zhulanov <dmitry.zhulanov@gmail.com>2016-09-29 14:47:23 +0000
commitd9c220b750654b229096a9f62f24480e100c8aa8 (patch)
treeb6eca64859e7241e42e2e4748cb983cde1d9815d /src/verbs.h
parentignore additional arguments of x-verbs (diff)
downloadinkscape-d9c220b750654b229096a9f62f24480e100c8aa8.tar.gz
inkscape-d9c220b750654b229096a9f62f24480e100c8aa8.zip
allow optional args for xverbs
(bzr r15136.1.7)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 16f88c408..e9ae10ba5 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -553,7 +553,7 @@ public:
SPAction * get_action(Inkscape::ActionContext const & context);
private:
- static Verb * get_search (unsigned int code);
+ static Verb * get_search (unsigned int code, bool verbose = true);
public:
/**