]> git.lyx.org Git - lyx.git/blobdiff - src/vspace.h
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / vspace.h
index c37e77e66491db37cfbf7fd7faf1336777a4c20f..e95c5ec7b55a8b9c562fa6e3513e513bbde7e97b 100644 (file)
@@ -61,6 +61,8 @@ public:
        std::string const asLyXCommand() const;
        /// 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;
        /// the size of the space on-screen
        int inPixels(BufferView const & bv) const;