]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMath.h
index 8bc070ee32af9061254d9c37fc1610a3d4d4352d..87cf74ef950639b8dfcb5500eaa3b6f823bbfba1 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "MathData.h"
 
-#include "insets/InsetBase.h"
+#include "insets/Inset.h"
 
 
 namespace lyx {
@@ -90,7 +90,7 @@ class TextMetricsInfo;
 class ReplaceData;
 
 
-class InsetMath : public InsetBase {
+class InsetMath : public Inset {
 public:
        /// identification as math inset
        InsetMath * asInsetMath() { return this; }