]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
more dialog merging
[lyx.git] / src / vspace.h
index dd21209ab33c19c86537913d29974f871fb92931..b358b40621b486b7e94ca6077c973dd59de7a072 100644 (file)
@@ -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