X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fvspace.h;h=b358b40621b486b7e94ca6077c973dd59de7a072;hb=52eb91c94fb70d58dceef430659c8781de2eccda;hp=e95c5ec7b55a8b9c562fa6e3513e513bbde7e97b;hpb=0f51d7cabf6b80c8fe0a065991867eeded8e5d89;p=lyx.git diff --git a/src/vspace.h b/src/vspace.h index e95c5ec7b5..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 VSpace::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