summaryrefslogtreecommitdiff
path: root/src/wx/batch_job_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/batch_job_view.cc')
-rw-r--r--src/wx/batch_job_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/batch_job_view.cc b/src/wx/batch_job_view.cc
index 038e8b228..07e330c4c 100644
--- a/src/wx/batch_job_view.cc
+++ b/src/wx/batch_job_view.cc
@@ -25,7 +25,7 @@
#include <wx/button.h>
using std::list;
-using boost::shared_ptr;
+using std::shared_ptr;
BatchJobView::BatchJobView (shared_ptr<Job> job, wxWindow* parent, wxWindow* container, wxFlexGridSizer* table)
: JobView (job, parent, container, table)