]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCache.cpp
Amend [54147a71/lyxgit]
[lyx.git] / src / graphics / GraphicsCache.cpp
index a3b8ebd3a9e835fbb106ba26586211532f0c057f..dbf9cafa5e93d0e14ccbefce7ab646280947cbfa 100644 (file)
@@ -71,12 +71,12 @@ vector<string> const & Cache::loadableFormats() const
                return fmts;
 
        // The formats recognised by LyX
-       Formats::const_iterator begin = formats.begin();
-       Formats::const_iterator end   = formats.end();
+       Formats::const_iterator begin = theFormats().begin();
+       Formats::const_iterator end   = theFormats().end();
 
        // The formats natively loadable.
        vector<string> nformat = frontend::loadableImageFormats();
-       
+
        vector<string>::const_iterator it = nformat.begin();
        for (; it != nformat.end(); ++it) {
                for (Formats::const_iterator fit = begin; fit != end; ++fit) {