]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
next step...
[lyx.git] / src / paragraph_pimpl.h
index 628f20d5e9e976d4055674968a438f2f245a4280..8f6fc9547fecb723670e5424fcce5837d49f100c 100644 (file)
@@ -49,6 +49,9 @@ struct Paragraph::Pimpl {
        ///
        void erase(Paragraph::size_type pos);
        ///
+       LyXFont const realizeFont(LyXFont const & font,
+                                 BufferParams const & bparams) const;
+       ///
        Inset * inset_owner;
        ///
        boost::array<int, 10> counter_;