From: Abdelrazak Younes Date: Tue, 12 Jul 2011 13:41:42 +0000 (+0000) Subject: gcc compile fix. X-Git-Tag: 2.1.0beta1~2944 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c57dc64116d8d1beb87a6b76a54cfcf82314259a;p=features.git gcc compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39277 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.h b/src/Buffer.h index 118428ad12..a6db5ec010 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -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