mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
gcc compile fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39277 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
850e4d80c0
commit
c57dc64116
@ -516,7 +516,7 @@ public:
|
||||
void setFullyLoaded(bool);
|
||||
|
||||
/// FIXME: Needed by RenderPreview.
|
||||
graphics::PreviewLoader * Buffer::loader() const;
|
||||
graphics::PreviewLoader * loader() const;
|
||||
/// Update the LaTeX preview snippets associated with this buffer
|
||||
void updatePreviews() const;
|
||||
/// Remove any previewed LaTeX snippets associated with this buffer
|
||||
|
Loading…
Reference in New Issue
Block a user