]> git.lyx.org Git - lyx.git/commitdiff
Fix for crash/segfault introduced with [244de5d2/lyxgit], thanks Guillame.
authorTommaso Cucinotta <tommaso@lyx.org>
Thu, 20 Apr 2017 21:39:31 +0000 (23:39 +0200)
committerTommaso Cucinotta <tommaso@lyx.org>
Thu, 20 Apr 2017 21:41:10 +0000 (23:41 +0200)
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsConverter.cpp

index 4ed496a533d52d671b983e74a900e8891f219e05..306dcdbc3db3e9b571dc64591ed052fd40de368a 100644 (file)
@@ -97,7 +97,7 @@ public:
        /// The filename we refer too.
        FileName const filename_;
        /// The document filename this graphic item belongs to
-       FileName const doc_file_;
+       FileName const doc_file_;
        ///
        ActiveFileMonitorPtr monitor_;
 
index 84cbaf9b1aa1dd26de64052fb5f179ce278b8a2d..63b6a44633adddf084f498dbb425e8ae7ac76dcf 100644 (file)
@@ -63,7 +63,7 @@ public:
        SignalType finishedConversion;
 
        ///
-       FileName const doc_fname_;
+       FileName const doc_fname_;
        ///
        string script_command_;
        ///