]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.cpp
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetMathGrid.cpp
index c0f13b7983c4ebc9356bbbbbd71d18a0927d01c5..0d6918d1bbdd99b8645a25be07f449fad005ff98 100644 (file)
@@ -71,7 +71,7 @@ public:
        }
 
 protected:
-       InsetBase & inset() const { return inset_; }
+       Inset & inset() const { return inset_; }
        InsetMathGrid & inset_;
 };
 
@@ -184,9 +184,9 @@ InsetMathGrid::InsetMathGrid(col_type m, row_type n, char v, docstring const & h
 }
 
 
-auto_ptr<InsetBase> InsetMathGrid::doClone() const
+auto_ptr<Inset> InsetMathGrid::doClone() const
 {
-       return auto_ptr<InsetBase>(new InsetMathGrid(*this));
+       return auto_ptr<Inset>(new InsetMathGrid(*this));
 }