diff options
Diffstat (limited to 'embed/mozilla/FilePicker.h')
-rw-r--r-- | embed/mozilla/FilePicker.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/FilePicker.h b/embed/mozilla/FilePicker.h index cf6a7f68f..417ef5701 100644 --- a/embed/mozilla/FilePicker.h +++ b/embed/mozilla/FilePicker.h @@ -24,6 +24,7 @@ #include <nsIFilePicker.h> #include <nsISupports.h> +#include <nsString.h> #include "ephy-file-chooser.h" @@ -54,6 +55,7 @@ public: private: EphyFileChooser *mDialog; PRInt16 mMode; + nsAutoString mDefaultString; }; #endif |