X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathHull.cpp;h=6b9d8d3cce01e5e8a1c9b0ff52208e315307cbb8;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=a322078413485f55a286867cc553e25fd51b1bba;hpb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;p=lyx.git diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index a322078413..6b9d8d3cce 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -26,7 +26,7 @@ #include "InsetMathRef.h" #include "bufferview_funcs.h" -#include "LyXText.h" +#include "Text.h" #include "Buffer.h" #include "BufferParams.h" @@ -1274,7 +1274,7 @@ void InsetMathHull::mutateToText() string str = os.str(); // insert this text - LyXText * lt = view_->cursor().innerText(); + Text * lt = view_->cursor().innerText(); string::const_iterator cit = str.begin(); string::const_iterator end = str.end(); for (; cit != end; ++cit)