Code

change uint to more portable unsigned int
[inkscape.git] / src / verbs.h
index 890f3ffec3e521567003db0e7228a1997ec4b961..acc6d7d17a9fdee7a9f4b7a069ebd5a25f9d12e6 100644 (file)
@@ -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);