X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fvspace.h;h=b358b40621b486b7e94ca6077c973dd59de7a072;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=fdbc7760f0847e0ad21f9a048b1e2cd7701e1132;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/vspace.h b/src/vspace.h index fdbc7760f0..b358b40621 100644 --- a/src/vspace.h +++ b/src/vspace.h @@ -65,7 +65,7 @@ public: /// the latex representation std::string const asLatexCommand(BufferParams const & params) const; /// how it is seen in the LyX window - std::string const asGUIName() const; + docstring const asGUIName() const; /// the size of the space on-screen int inPixels(BufferView const & bv) const;