diff options
Diffstat (limited to 'src/wx/nag_dialog.cc')
| -rw-r--r-- | src/wx/nag_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/nag_dialog.cc b/src/wx/nag_dialog.cc index a4c881039..5b989bdb5 100644 --- a/src/wx/nag_dialog.cc +++ b/src/wx/nag_dialog.cc @@ -24,7 +24,7 @@ #include "check_box.h" #include <boost/foreach.hpp> -using boost::shared_ptr; +using std::shared_ptr; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif |
