summaryrefslogtreecommitdiff
path: root/src/wx/email_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/email_dialog.cc')
-rw-r--r--src/wx/email_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/email_dialog.cc b/src/wx/email_dialog.cc
index 854a130c6..4d3ae4fe1 100644
--- a/src/wx/email_dialog.cc
+++ b/src/wx/email_dialog.cc
@@ -22,7 +22,7 @@
#include "wx_util.h"
using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
using boost::optional;
EmailDialog::EmailDialog (wxWindow* parent)