]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetvspace.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetvspace.h
index 7afd285601048ecbbd8e71042ef7c3384877c5a4..eb3a409c5588a3d094256e7535d94b323c8d5207 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        ~InsetVSpace();
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -57,7 +57,7 @@ protected:
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
        ///
-       std::string const label() const;
+       docstring const label() const;
 
        ///
        VSpace space_;