diff options
| author | Dmitry Zhulanov <dmitry.zhulanov@gmail.com> | 2016-09-29 14:47:23 +0000 |
|---|---|---|
| committer | Dmitry Zhulanov <dmitry.zhulanov@gmail.com> | 2016-09-29 14:47:23 +0000 |
| commit | d9c220b750654b229096a9f62f24480e100c8aa8 (patch) | |
| tree | b6eca64859e7241e42e2e4748cb983cde1d9815d /src/verbs.h | |
| parent | ignore additional arguments of x-verbs (diff) | |
| download | inkscape-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.h | 2 |
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: /** |
