]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.h
requires is a keyword in C++2a
[lyx.git] / src / insets / InsetCommandParams.h
index eb976c28d7ce612ae5372bf2120d8400c0108ccf..874a9a53dbb946c9514c5fd2f561821ad05e3ef2 100644 (file)
@@ -88,10 +88,10 @@ public:
        };
 
        /// adds a new parameter
-       /// If ignore is true, then the parameter is never saved, and is always
+       /// If ignoreval is true, then the parameter is never saved, and is always
        /// given the default value.
        void add(std::string const & name, ParamType type,
-                ParamHandling = HANDLING_NONE, bool ignore = false,
+                ParamHandling = HANDLING_NONE, bool ignoreval = false,
                 docstring default_value = docstring());
        ///
        bool empty() const { return info_.empty(); }