]> 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 05d5320dd3b4383015276a819d7fc1c289dc7df6..dadec6c150d8ee54815dedf3ffab5d249e8e5a03 100644 (file)
@@ -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.