]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIPAMacro.h
Output a parbreak after a command.
[lyx.git] / src / insets / InsetIPAMacro.h
index 35039a195ce06505136fe40261ef7d41e27b71f1..ff07b4009c03f0461fd3896c7dfcdbdc4bbbbb53 100644 (file)
@@ -156,7 +156,7 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        InsetCode lyxCode() const { return IPACHAR_CODE; }
        /// We don't need \begin_inset and \end_inset
@@ -171,7 +171,7 @@ public:
        /// should we break lines after this inset?
        bool isLineSeparator() const;
 private:
-       Inset * clone() const { return new InsetIPAChar(*this); };
+       Inset * clone() const { return new InsetIPAChar(*this); }
 
        /// And which kind is this?
        Kind kind_;