]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBase.C
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / FormBase.C
index 57f036571f155ee03d104f362b7524a3cf9b7670..31836c0e681c47ecc67ce6fcfe61697689b39dfb 100644 (file)
@@ -28,6 +28,8 @@
 using lyx::support::bformat;
 using lyx::support::LibFileSearch;
 
+using std::string;
+
 
 extern "C" {
 
@@ -52,7 +54,7 @@ FormBase::FormBase(string const & t, bool allowResize)
          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)
 {}