]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormDialogView.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormDialogView.C
index dabc6b2b85a5f41dae02a2e5acb1c4c0acd58f3c..51dcee93fb788711fb9d29245ba5dd9ed1d0df03 100644 (file)
@@ -29,6 +29,8 @@
 using lyx::support::bformat;
 using lyx::support::LibFileSearch;
 
+using std::string;
+
 
 extern "C" {
 
@@ -54,7 +56,7 @@ FormDialogView::FormDialogView(Dialog & parent,
          warning_posted_(false), message_widget_(0),
          minw_(0), minh_(0), allow_resize_(allowResize),
          icon_pixmap_(0), icon_mask_(0),
-         tooltips_(new Tooltips())
+         tooltips_(new Tooltips)
 {}