]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.cpp
* do not lookup the same macro all the time
[lyx.git] / src / CursorSlice.cpp
index 09a9ca86e3bcbed78018c1e874e2b3b8ba84be56..8b64734403d012e090548e0fa35171e173001b6f 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "CursorSlice.h"
 #include "debug.h"
-#include "LyXText.h"
+#include "Text.h"
 #include "Paragraph.h"
 
 #include "mathed/InsetMath.h"
@@ -34,7 +34,7 @@ CursorSlice::CursorSlice()
 {}
 
 
-CursorSlice::CursorSlice(InsetBase & p)
+CursorSlice::CursorSlice(Inset & p)
        : inset_(&p), idx_(0), pit_(0), pos_(0)
 {
        BOOST_ASSERT(inset_);