X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlex.h;h=f1222d1a811a8a2e0f6c1688ff0d4ce2c38bc911;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=f33e077919c5e0a45afc4ddf4a04491c855e5ac9;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/lyxlex.h b/src/lyxlex.h index f33e077919..f1222d1a81 100644 --- a/src/lyxlex.h +++ b/src/lyxlex.h @@ -138,6 +138,8 @@ public: /// extract string LyXLex & operator>>(std::string &); + /// extract docstring + LyXLex & operator>>(docstring &); /// extract double LyXLex & operator>>(double &); /// extract integer