X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fvspace.h;h=b358b40621b486b7e94ca6077c973dd59de7a072;hb=ee2966faba5563fb853f31f4d3d1785d380e1332;hp=dd21209ab33c19c86537913d29974f871fb92931;hpb=cfcb59904b0e84e597ddb528a76a2cf88ffce78d;p=lyx.git diff --git a/src/vspace.h b/src/vspace.h index dd21209ab3..b358b40621 100644 --- a/src/vspace.h +++ b/src/vspace.h @@ -15,6 +15,9 @@ #include "lyxgluelength.h" +namespace lyx { + + class BufferParams; class BufferView; @@ -62,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; @@ -75,4 +78,7 @@ private: bool keep_; }; + +} // namespace lyx + #endif // VSPACE_H