]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.h
Use UTF8 for LaTeX export.
[lyx.git] / src / graphics / GraphicsImage.h
index 01d53b41cf6f42ecebac5cbe3281ae52beebc714..5364aa1dbb7263c3e3321f5514cf2addbb4fcc21 100644 (file)
@@ -45,9 +45,9 @@ public:
        ///
        static boost::function<ImagePtr()> newImage;
 
-       /// Return the list of loadable formats.
-       typedef std::vector<std::string> FormatList;
        ///
+       typedef std::vector<std::string> FormatList;
+       /// Return the list of loadable formats.
        static boost::function<FormatList()> loadableFormats;
 
        ///