]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XMiniBuffer.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / XMiniBuffer.h
index afea4343c8ea4061ea8a5adb65e9df8af91b5025..42f8744f68a803354ee70d85d26d2a6fcdcbaab5 100644 (file)
 struct fl_freebrowser_;
 typedef fl_freebrowser_ FL_FREEBROWSER;
 
+class Timeout;
+
+namespace lyx {
+namespace frontend {
+
 class XFormsView;
 class ControlCommandBuffer;
-class Timeout;
 
 /// in xforms, the minibuffer is both a status bar and a command buffer
 class XMiniBuffer {
@@ -105,9 +109,12 @@ private:
        /// are we showing an informational temporary message ?
        bool info_shown_;
        ///
-       lyx::frontend::Box * minibuffer_;
+       boost::shared_ptr<Box> minibuffer_;
        ///
-       lyx::frontend::WidgetMap widgets_;
+       WidgetMap widgets_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // XMINIBUFFER_H