]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewImage.h
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / PreviewImage.h
index bc12bfb81ba9acc74fddf50bcffcdc6c8a363a1f..4c459756d01b7a8e61a8c5751c447dc9b25cf1f2 100644 (file)
@@ -47,7 +47,7 @@ public:
        /** If the image is not yet loaded (WaitingToLoad), then this method
         *  triggers that.
         */
-       Image const * image(Inset const & inset) const;
+       Image const * image() const;
 
 private:
        /// Use the Pimpl idiom to hide the internals.