]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / lyxlex.C
index 4a84d7fcbe63bb1a307f0b2c3f7c24e1e720720f..3ad334d38ffd8c21e04e12eb722c819b20c1e7b9 100644 (file)
@@ -147,6 +147,12 @@ string const LyXLex::getString() const
 }
 
 
+lyx::docstring const LyXLex::getDocString() const
+{
+       return pimpl_->getDocString();
+}
+
+
 // I would prefer to give a tag number instead of an explicit token
 // here, but it is not possible because Buffer::readDocument uses
 // explicit tokens (JMarc)