]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Clean-up FileFilterList API.
[lyx.git] / src / rowpainter.h
index 05c5f538ec8f240be2dad81868541536f11bf9d8..566d44fc2a6f9e551ef449b5c7bb2b0eb85a18bd 100644 (file)
@@ -24,7 +24,7 @@ int paintText(BufferView const & bv);
 
 /// refresh a par of the main text
 void refreshPar(BufferView const & bv, LyXText const & text,
-               lyx::par_type pit);
+               lyx::pit_type pit);
 
 /// paint the rows of a text inset
 void paintTextInset(LyXText const & text, PainterInfo & pi);