]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.h
fix typo that put too many include paths for most people
[lyx.git] / src / graphics / GraphicsCache.h
index e6297572fe15a3f1ab7e569ee0a7c33d67ede439..dadec6c150d8ee54815dedf3ffab5d249e8e5a03 100644 (file)
@@ -9,7 +9,7 @@
  *
  *  grfx::GCache is the manager of the image cache.
  *  It is responsible for creating the grfx::GCacheItem's and maintaining them.
- *  
+ *
  *  grfx::GCache is a singleton class. It is possible to have only one
  *  instance of it at any moment.
  */
@@ -42,7 +42,7 @@ public:
        ~GCache();
 
        /// Add a file to the cache (or modify an existing image).
-       void update(InsetGraphics const &);
+       void update(InsetGraphics const &, string const & filepath);
 
        /** Remove the data associated with this inset.
         *  Called from the InsetGraphics d-tor.
@@ -93,7 +93,7 @@ private:
         */
        CacheType * cache;
 };
+
 } // namespace grfx