]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.h
Allow row-breaking after some insets
[lyx.git] / src / insets / InsetIPA.h
index fe8cd992522ca0266e4a3dfcf2511be55b741c9d..003c1bad56cb139257d625791e417eaf4deabdfd 100644 (file)
@@ -32,7 +32,7 @@ class InsetIPA : public InsetText {
 
 public:
        ///
-       InsetIPA(Buffer *);
+       explicit InsetIPA(Buffer *);
        ///
        ~InsetIPA();
        ///
@@ -77,7 +77,7 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream & xs, OutputParams const &) const;
+       docstring xhtml(XMLStream & xs, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///