]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.h
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / graphics / GraphicsLoader.h
index c4ed587f66ca57ac7494835e81723050d441a462..43fd85e69590f48493f23c9664317df9f1333f8e 100644 (file)
@@ -42,7 +42,7 @@ public:
        /// Must use the reset methods to make this instance usable.
        Loader();
        /// The image is not transformed, just displayed as-is.
-       Loader(support::FileName const & file_with_path, DisplayType = ColorDisplay);
+       Loader(support::FileName const & file_with_path, bool display = true);
        /// The image is transformed before display.
        Loader(support::FileName const & file_with_path, Params const &);
        ///
@@ -53,8 +53,7 @@ public:
        Loader & operator=(Loader const &);
 
        /// The file can be changed, or the display params, or both.
-       void reset(support::FileName const & file_with_path,
-                  DisplayType = ColorDisplay) const;
+       void reset(support::FileName const & file_with_path, bool display = true) const;
        ///
        void reset(support::FileName const & file_with_path, Params const &) const;
        ///