]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.C
patch from Dekel + some simplifications
[lyx.git] / src / frontends / Menubar.C
index 82d5e9d2c2c25c15c91e90be02c388794e440991..dbf60fabf4b9d0e5115c6384d1897f78eeb080f9 100644 (file)
@@ -20,9 +20,7 @@
 #include "Menubar.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);
 }
@@ -44,3 +42,9 @@ void Menubar::openByName(string const & name)
 {
        pimpl_->openByName(name);
 }
+
+
+void Menubar::update()
+{
+       pimpl_->update();
+}