X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_gui.h;h=55968e63423fd6c3b913ff9ae1a59768cfeb7df3;hb=35cf7dcb2bdfdcda465b69c58465f657c77fd9d7;hp=637cfdb2c3677eec602890df07526ed621a70d6a;hpb=c10a9001c85d63952f10b53978c265b4c29a237f;p=lyx.git diff --git a/src/lyx_gui.h b/src/lyx_gui.h index 637cfdb2c3..55968e6342 100644 --- a/src/lyx_gui.h +++ b/src/lyx_gui.h @@ -52,8 +52,12 @@ public: */ void init(); - /// Register the buffer with the first fount LyXView in lyxViews + /// Register the buffer with the first found LyXView in lyxViews void regBuf(Buffer*); + + /// Access to (first?) LyXView + LyXView * getLyXView() const; + //@} private: /**@name Construcor */