]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetWrap.h
index cfb80a2ec447591c68d335de13e3c3942f1cc05f..bdd084b0ef98cfaaaf89d72ad8a5e15cab6132b4 100644 (file)
@@ -65,7 +65,7 @@ private:
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///
@@ -79,11 +79,11 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        /// Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
-       docstring name() const;
+       docstring layoutName() const;
        ///
        Inset * clone() const { return new InsetWrap(*this); }