]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XFormsToolbar.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / XFormsToolbar.h
index dc31ce5ab6f23342d206b7d30ce0be0bd8d5865f..8e2c680e957a3a087fe5637fb37a26c8f3462ace 100644 (file)
@@ -66,7 +66,7 @@ public:
        void add(FuncRequest const & func, std::string const & tooltip);
        void hide(bool);
        void show(bool);
-       void update();
+       void update();
        LayoutBox * layout() const { return layout_.get(); }
 
        /// an item on the toolbar
@@ -97,7 +97,7 @@ public:
        ///
        XFormsView::Position position_;
        ///
-       Box * toolbar_;
+       boost::shared_ptr<Box> toolbar_;
        ///
        BoxList * toolbar_buttons_;
        ///