]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.h
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetCommandParams.h
index 219d79b27ea92ed9dd80c3ed198c6e810a18d09d..a5d46785b8ef2c43002fbe1aa2f30a933d06eb79 100644 (file)
@@ -143,7 +143,7 @@ public:
        ///
        static bool isCompatibleCommand(InsetCode code, std::string const & s);
        /// 
-       ParamInfo const & info() const { return info_; };
+       ParamInfo const & info() const { return info_; }
        ///
        docstring prepareCommand(OutputParams const & runparams,
                docstring const & command, ParamInfo::ParamHandling handling) const;