]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.h
Properly fix bug 3258.
[lyx.git] / src / mathed / MathMacroArgument.h
index 8a8ef5ea6a766eadaed431da502641eae21260be..bee2ccc7c8c7c440ab9233dbe4ad0bd1abb93f24 100644 (file)
 #ifndef MATHMACROARGUMENT_H
 #define MATHMACROARGUMENT_H
 
-#include "InsetMathDim.h"
+#include "InsetMath.h"
 
 
 namespace lyx {
 
 
 /// A macro argument.
-class MathMacroArgument : public InsetMathDim {
+class MathMacroArgument : public InsetMath {
 public:
        ///
        explicit MathMacroArgument(std::size_t);