]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
fix linking error in the frontend
[lyx.git] / src / rowpainter.h
index d9feb9a8b95fc170630d717140fe4e441efa3c0e..63bad10004b80e693493e2221bbe1a1805e5f38d 100644 (file)
@@ -18,7 +18,7 @@
 
 namespace lyx {
 
-class LyXText;
+class Text;
 class BufferView;
 class PainterInfo;
 class ViewMetricsInfo;
@@ -29,7 +29,7 @@ namespace frontend { class Painter; }
 void paintText(BufferView & bv, frontend::Painter & painter);
 
 /// paint the rows of a text inset
-void paintTextInset(LyXText const & text, PainterInfo & pi, int x, int y);
+void paintTextInset(Text const & text, PainterInfo & pi, int x, int y);
 
 /// some space for drawing the 'nested' markers (in pixel)
 inline int nestMargin() { return 15; }