]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.C
use the new sstream return non-pods as const, use string instead of char * in a lot...
[lyx.git] / src / frontends / Menubar.C
index 82d5e9d2c2c25c15c91e90be02c388794e440991..9404465d1344f9caf6f9aacc6b9244f11d919ad4 100644 (file)
@@ -22,7 +22,8 @@
 
 using std::endl;
 
-Menubar::Menubar(LyXView * o, MenuBackend const &md)
+
+Menubar::Menubar(LyXView * o, MenuBackend const & md)
 {
        pimpl_ = new Pimpl(o, md);
 }
@@ -44,3 +45,9 @@ void Menubar::openByName(string const & name)
 {
        pimpl_->openByName(name);
 }
+
+
+void Menubar::update()
+{
+       pimpl_->update();
+}