]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Menubar.h
use the new sstream return non-pods as const, use string instead of char * in a lot...
[lyx.git] / src / frontends / Menubar.h
index 4d24b4deca03277fa58c3201c8e3c1d4e7cb0ad5..f212798af8b261de58d73f28982a80420c12d64d 100644 (file)
@@ -36,6 +36,8 @@ public:
        void set(string const &);
        /// Opens a top-level submenu given its name
        void openByName(string const &);
+       /// update the state of the menuitems
+       void update();
 
 
        //I disable this temporarily until I find a nice way to make it work
@@ -44,6 +46,7 @@ public:
        struct Pimpl;
        friend struct Pimpl;
 private:
+       ///
        Pimpl * pimpl_;
 };
 #endif