From: Angus Leeming Date: Wed, 17 Jul 2002 17:10:45 +0000 (+0000) Subject: Fix comment. X-Git-Tag: 1.6.10~18832 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c62517df1ce9056490e97224eb827753c10434f0;p=lyx.git Fix comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4688 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/GraphicsCache.h b/src/graphics/GraphicsCache.h index bb50e1bad3..a01e959d42 100644 --- a/src/graphics/GraphicsCache.h +++ b/src/graphics/GraphicsCache.h @@ -57,7 +57,7 @@ public: * Returns an empty container if there is no such item. * * IMPORTANT: whatever uses an image must make a local copy of this - * GraphicPtr. The boost::shared_ptr<>::use_count() function is + * ItemPtr. The boost::shared_ptr<>::use_count() function is * used to ascertain whether or not to remove the item from the cache * when remove(file) is called. *