summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorDmitry Zhulanov <dmitry.zhulanov@gmail.com>2016-09-29 16:08:29 +0000
committerDmitry Zhulanov <dmitry.zhulanov@gmail.com>2016-09-29 16:08:29 +0000
commit06f90c27b6e17397b03f20fe92fd0fb31d55332c (patch)
tree3e11a0b9a86c3b12423f7d87311f0ac1d1e5d462 /src/verbs.h
parentallow optional args for xverbs (diff)
downloadinkscape-06f90c27b6e17397b03f20fe92fd0fb31d55332c.tar.gz
inkscape-06f90c27b6e17397b03f20fe92fd0fb31d55332c.zip
allow to use verbs as xverbs
(bzr r15136.1.8)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.h b/src/verbs.h
index e9ae10ba5..a273fe76e 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, bool verbose = true);
+ static Verb * get_search (unsigned int code);
public:
/**
@@ -575,7 +575,7 @@ public:
return get_search(code);
}
}
- static Verb * getbyid (gchar const * id);
+ static Verb * getbyid (gchar const * id, bool verbose = true);
/**
* Print a message to stderr indicating that this verb needs a GUI to run