]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathDots.h
index f8148a20e8bc04b5867183ca50ed819c5b9d7096..af3d26bd97bdac7bc579fcc308f28f810b95766b 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef MATH_DOTSINSET_H
 #define MATH_DOTSINSET_H
 
-#include "InsetMathDim.h"
+#include "InsetMath.h"
 
 
 namespace lyx {
@@ -20,7 +20,7 @@ namespace lyx {
 class latexkeys;
 
 /// The different kinds of ellipsis
-class InsetMathDots : public InsetMathDim {
+class InsetMathDots : public InsetMath {
 public:
        ///
        explicit InsetMathDots(latexkeys const * l);