]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CommandInset.h
Revert some recent test changes
[lyx.git] / src / mathed / CommandInset.h
index 73f938df22e46db88fb40b3e9e9356584d2dfe49..770ecb388d78d6e98808d5a2446157599376a6f8 100644 (file)
@@ -25,7 +25,8 @@ namespace lyx {
 class CommandInset : public InsetMathNest {
 public:
        ///
-       explicit CommandInset(docstring const & name, bool needs_math_mode = true);
+       explicit CommandInset(Buffer * buf, docstring const & name,
+               bool needs_math_mode = true);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///