]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XWorkArea.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / XWorkArea.h
index 4936c38a223f970237a2b4df848d047838b5ffd0..d5f6d403d1f2c112bf7eb9b6133ffd83d9ad68f4 100644 (file)
@@ -88,7 +88,7 @@ private:
        /// the current document's height (for scrollbar)
        int doc_height_;
        ///
-       Box * wa_box_;
+       boost::shared_ptr<Box> wa_box_;
        ///
        WidgetMap widgets_;
 };