]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
Fix compiling errors caused by r18701 (moving drawMarkers and drawMarkers2 back to...
[lyx.git] / src / mathed / InsetMathDots.h
index 86173a0b37f292e4b9f2dbdd7dcfdbc583444aec..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);
@@ -36,7 +36,7 @@ protected:
        ///
        latexkeys const * key_;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };
 
 } // namespace lyx