]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetOptArg.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetOptArg.h
index 849afe79a48e931aab19021ddf602c1d36d31189..0f12d369b56e2de3721de169801592c15313fe89 100644 (file)
@@ -29,6 +29,8 @@ public:
 
        /// code of the inset
        InsetCode lyxCode() const { return OPTARG_CODE; }
+       ///
+       docstring name() const { return from_ascii("OptArg"); }
        /// return an message upon editing
        virtual docstring const editMessage() const;