summaryrefslogtreecommitdiff
path: root/src/wx/job_manager_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-07 22:15:01 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-07 22:15:01 +0200
commit7bc2134d658778e04f1756c255e604b4ab5a5831 (patch)
treeb5ba51f2534604a6528fbbb130fd0cfca7d6fb70 /src/wx/job_manager_view.h
parenta771a806291243760552988a1a7a5742bc007ee2 (diff)
Assorted C++11/formatting cleanups.
Diffstat (limited to 'src/wx/job_manager_view.h')
-rw-r--r--src/wx/job_manager_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/job_manager_view.h b/src/wx/job_manager_view.h
index 392d7504c..e960bc2f6 100644
--- a/src/wx/job_manager_view.h
+++ b/src/wx/job_manager_view.h
@@ -18,6 +18,7 @@
*/
+
/** @file src/job_manager_view.h
* @brief Class which is a wxPanel for showing the progress of jobs.
*/
@@ -54,5 +55,5 @@ private:
std::shared_ptr<wxTimer> _timer;
bool _batch;
- std::list<std::shared_ptr<JobView> > _job_records;
+ std::list<std::shared_ptr<JobView>> _job_records;
};