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 9fd9689e2..40930f46d 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -319,6 +319,8 @@ public:
/** \brief Accessor to get the internal variable. */
gchar const * get_name (void) { return _name; }
/** \brief Accessor to get the internal variable. */
+ gchar const * get_tip (void) { return _tip; }
+ /** \brief Accessor to get the internal variable. */
gchar const * get_image (void) { return _image; }
/** \brief Set the name after initialization. */