]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCommand.h
These should not raise the impression that children should reimplement these functions.
[features.git] / src / insets / InsetCommand.h
index 77bf4cd664447ade5ccf4bd80fdb00ad8aec5d9c..6297cf723eb5d7d5ea87d1a72b62322629180c5f 100644 (file)
@@ -61,9 +61,9 @@ public:
        /// update label and references.
        virtual void updateCommand(docstring const &, bool) {}
        /// 
-       virtual InsetCommand * asInsetCommand() { return this; }
+       InsetCommand * asInsetCommand() { return this; }
        /// 
-       virtual InsetCommand const * asInsetCommand() const { return this; }
+       InsetCommand const * asInsetCommand() const { return this; }
        /// whether to include this inset in the strings generated for the TOC
        virtual bool isInToc() const { return false; }