From: John Levon Date: Thu, 30 May 2002 19:40:12 +0000 (+0000) Subject: Fix Lars' typo X-Git-Tag: 1.6.10~19154 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b387bdfb046f5c02a70bde5f9e8564053a795847;p=features.git Fix Lars' typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4302 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/GraphicsImageXPM.C b/src/graphics/GraphicsImageXPM.C index 9e63b78a35..de34ab9ba0 100644 --- a/src/graphics/GraphicsImageXPM.C +++ b/src/graphics/GraphicsImageXPM.C @@ -95,7 +95,7 @@ Pixmap GImageXPM::getPixmap() const void GImageXPM::load(string const & filename, GImage::SignalTypePtr on_finish) { if (filename.empty()) { - on_finish->oprator()(false); + on_finish->operator()(false); return; }