]> git.lyx.org Git - lyx.git/commitdiff
Fix comment.
authorAngus Leeming <leeming@lyx.org>
Wed, 17 Jul 2002 17:10:45 +0000 (17:10 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 17 Jul 2002 17:10:45 +0000 (17:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4688 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/GraphicsCache.h

index bb50e1bad37815a71b9c5cbc540bd01115512209..a01e959d425247081f09413cf4567cebef11d849 100644 (file)
@@ -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.
         *