]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
Does not compile on older gcc.
[lyx.git] / src / insets / InsetInclude.h
index 64e01e46d525e7a3a0482eb7df4bccbdd7b0c68c..db7beca5d49e6ad268fd7d461c3497892b6ca84d 100644 (file)
@@ -76,7 +76,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       DisplayType display() const;
+       RowFlags rowFlags() const;
        ///
        InsetCode lyxCode() const { return INCLUDE_CODE; }
        ///
@@ -94,7 +94,7 @@ public:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
@@ -159,7 +159,7 @@ private:
        /// get the text displayed on the button
        docstring screenLabel() const;
        //@}
-       
+
        /// holds the entity name that defines the file location (XML)
        docstring const include_label;