]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetVSpace.h
Comments.
[lyx.git] / src / insets / InsetVSpace.h
index ef4b7c11f43d14a94bf1728ef2bbe02b17552562..f8df1d3b3f02429afa2b105002ce6ed4f9d4c480 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        bool hasSettings() const { return true; }
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        static void string2params(std::string const &, VSpace &);
        ///
@@ -45,7 +45,7 @@ private:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       int latex(otexstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
        int plaintext(odocstream &, OutputParams const &) const;
        ///