]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsConverter.h
Fix for crash/segfault introduced with [244de5d2/lyxgit], thanks Guillame.
[lyx.git] / src / graphics / GraphicsConverter.h
index 2bd0003790abee7a3950a4a0441c234737f08da9..d3d0b8155daf26fcc56329ec50fdb1480f574f9e 100644 (file)
@@ -34,7 +34,8 @@ public:
        /** One Converter per conversion ensures that the (hidden) signal
         *  is always connected to the expected slot.
         */
-       Converter(support::FileName const & from_file, std::string const & to_file_base,
+       Converter(support::FileName const & doc_fname,
+                 support::FileName const & from_file, std::string const & to_file_base,
                  std::string const & from_format, std::string const & to_format);
 
        /// Needed for the pimpl