From b387bdfb046f5c02a70bde5f9e8564053a795847 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 30 May 2002 19:40:12 +0000 Subject: [PATCH] Fix Lars' typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4302 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/GraphicsImageXPM.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2