]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
rename Math*Inset into InsetMath*
[lyx.git] / src / mathed / math_macro.h
index 6afbab1b3f620009c3147029d671a5a12c9ebe9d..102a9a0904be3a7762b4a78f5ba023ba7e330944 100644 (file)
@@ -20,7 +20,7 @@
 
 
 /// This class contains the data for a macro.
-class MathMacro : public MathNestInset {
+class MathMacro : public InsetMathNest {
 public:
        /// A macro can be built from an existing template
        MathMacro(std::string const & name, int numargs);