X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXView.h;h=425469ac881ca230a89b78dba943f86272fd89c6;hb=98c966c64594611e469313314abd1e59524adb4a;hp=cb2465781f7ac66ba11c53bb501e29c89c5e8a2a;hpb=dbd7a961fc46bb10c85bdd8c7fb6626477ae63d8;p=lyx.git diff --git a/src/LyXView.h b/src/LyXView.h index cb2465781f..425469ac88 100644 --- a/src/LyXView.h +++ b/src/LyXView.h @@ -69,7 +69,7 @@ public: void messagePush(string const & str); /// void messagePop(); - + /// Menubar * getMenubar() const; @@ -100,13 +100,13 @@ public: protected: /// Menubar * menubar; - /// + /// Toolbar * toolbar; /** This is supposed to be a pointer or a list of pointers to the BufferViews currently being shown in the LyXView. So far this is not used, but that should change pretty soon. (Lgb) */ BufferView * bufferview; - /// + /// MiniBuffer * minibuffer; /// Intl * intl; @@ -117,7 +117,7 @@ protected: /// void invalidateLayoutChoice(); private: - /// + /// LyXFunc * lyxfunc; /// Dialogs * dialogs_;