]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.C
John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch.
[lyx.git] / src / frontends / Menubar.C
index 3d74bf86dc46a915b458cf6cef969337223e27f6..e3740838f2c46c515dea95d3f274016b53c3f4cd 100644 (file)
 #endif
 
 #include "Menubar.h"
+#include "MenuBackend.h"
 #include "Menubar_pimpl.h"
 
-using std::endl;
-
-Menubar::Menubar(LyXView * o, MenuBackend const &md)
+Menubar::Menubar(LyXView * o, MenuBackend const & md)
 {
        pimpl_ = new Pimpl(o, md);
 }
@@ -45,6 +44,7 @@ void Menubar::openByName(string const & name)
        pimpl_->openByName(name);
 }
 
+
 void Menubar::update()
 {
        pimpl_->update();