]> 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 7dc59fa5ee764fc0e46cf65d4d5a6008ee5fdb42..a5d46785b8ef2c43002fbe1aa2f30a933d06eb79 100644 (file)
@@ -31,6 +31,8 @@ class Lexer;
 
 class ParamInfo {
 public:
+       ///
+       ParamInfo() {}
        /// Types of parameters
        enum ParamType {
                LATEX_OPTIONAL,    /// normal optional argument
@@ -141,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;