]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
hopefully fix tex2lyx linking.
[lyx.git] / src / lyxlex.h
index f33e077919c5e0a45afc4ddf4a04491c855e5ac9..f1222d1a811a8a2e0f6c1688ff0d4ce2c38bc911 100644 (file)
@@ -138,6 +138,8 @@ public:
 
        /// extract string
        LyXLex & operator>>(std::string &);
+       /// extract docstring
+       LyXLex & operator>>(docstring &);
        /// extract double
        LyXLex & operator>>(double &);
        /// extract integer