]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.h
Fix bug #4360: Instant preview does not render formulas which contain math-macro...
[features.git] / src / insets / InsetText.h
index bf72bcf1f78cbbe40f194c50f4036d1e5d6649f8..fb1fb0a6ba9e7a1d91abe9dacee8c885bb4bdbad 100644 (file)
@@ -137,7 +137,7 @@ public:
        void appendParagraphs(ParagraphList &);
 
        ///
-       void addPreview(graphics::PreviewLoader &) const;
+       void addPreview(DocIterator const &, graphics::PreviewLoader &) const;
 
        ///
        void edit(Cursor & cur, bool front, EntryDirection entry_from);