]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetPagebreak.cpp
pimpl not needed here
[lyx.git] / src / insets / InsetPagebreak.cpp
index 764358688d02effa2a1cc40050f7262389c752e2..3b1ea36e4216bf3beec25488e153a00739fd7b73 100644 (file)
@@ -52,7 +52,7 @@ void InsetPagebreak::metrics(MetricsInfo & mi, Dimension & dim) const
 
 void InsetPagebreak::draw(PainterInfo & pi, int x, int y) const
 {
-       Font font;
+       FontInfo font;
        font.setColor(Color_pagebreak);
        font.decSize();