]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.h
Move #includes out of header files.
[lyx.git] / src / exporter.h
index 64db46612ae9cd3eb8302238a0316bf04f4a599e..629d7f473f6e783603a428300363b4ba6ea5b5da 100644 (file)
@@ -34,11 +34,11 @@ public:
        bool Preview(Buffer * buffer, string const & format);
        ///
        static
-       bool IsExportable(Buffer const * buffer, string const & format);
+       bool IsExportable(Buffer const & buffer, string const & format);
        ///
        static
        std::vector<Format const *> const
-       GetExportableFormats(Buffer const * buffer, bool only_viewable);
+       GetExportableFormats(Buffer const & buffer, bool only_viewable);
        ///
 };
 #endif