summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/verbs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 890f3ffec..acc6d7d17 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -291,6 +291,8 @@ public:
unsigned int get_code (void) { return _code; }
/** \brief Accessor to get the internal variable. */
gchar const * get_id (void) { return _id; }
+ /** \brief Accessor to get the internal variable. */
+ gchar const * get_name (void) { return _name; }
protected:
SPAction * make_action_helper (Inkscape::UI::View::View * view, SPActionEventVector * vector, void * in_pntr = NULL);