]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPA.h
Fix use of std::regex_match
[lyx.git] / src / insets / InsetIPA.h
index fe8cd992522ca0266e4a3dfcf2511be55b741c9d..695179738f400581467e15d451341fb131e35200 100644 (file)
@@ -32,7 +32,7 @@ class InsetIPA : public InsetText {
 
 public:
        ///
-       InsetIPA(Buffer *);
+       explicit InsetIPA(Buffer *);
        ///
        ~InsetIPA();
        ///
@@ -77,7 +77,9 @@ public:
        ///
        void latex(otexstream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream & xs, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
+       ///
+       docstring xhtml(XMLStream & xs, OutputParams const &) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
@@ -88,7 +90,7 @@ public:
 
 protected:
        /// Retrieves the preview state. Returns true if preview
-       /// is enabled and the preview image is availabled.
+       /// is enabled and the preview image is available.
        bool previewState(BufferView * bv) const;
        /// Recreates the preview if preview is enabled.
        void reloadPreview(DocIterator const & pos) const;