X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMenubar.h;h=2056651a91c70789fb771bb8b1a27c14651dbd43;hb=2f1d525ee1d41bc20adbfe766a9c5d90469aa4b2;hp=996ae1ed8e4e86b5194b5590df94c67e44cfd973;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/frontends/Menubar.h b/src/frontends/Menubar.h index 996ae1ed8e..2056651a91 100644 --- a/src/frontends/Menubar.h +++ b/src/frontends/Menubar.h @@ -13,8 +13,7 @@ #ifndef MENUBAR_H #define MENUBAR_H - -#include "support/std_string.h" +#include /** * The LyX GUI independent menubar class @@ -25,7 +24,7 @@ public: /// virtual ~Menubar() {} /// Opens a top-level submenu given its name - virtual void openByName(string const &) = 0; + virtual void openByName(std::string const &) = 0; /// update the state of the menuitems virtual void update() = 0; };