X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMenubar.C;h=156dd056df187deb1bc92e4b7e4136ed5dce5ea4;hb=3e39bef2c13125023f3b72532d90575bbe307335;hp=9404465d1344f9caf6f9aacc6b9244f11d919ad4;hpb=17674b902d210b610dc5e8001b3e50ca417500ba;p=lyx.git diff --git a/src/frontends/Menubar.C b/src/frontends/Menubar.C index 9404465d13..156dd056df 100644 --- a/src/frontends/Menubar.C +++ b/src/frontends/Menubar.C @@ -1,10 +1,10 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * This file is Copyright 2000 Jean-Marc Lasgouttes * @@ -18,11 +18,9 @@ #endif #include "Menubar.h" +#include "MenuBackend.h" #include "Menubar_pimpl.h" -using std::endl; - - Menubar::Menubar(LyXView * o, MenuBackend const & md) { pimpl_ = new Pimpl(o, md);