diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 23:02:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-04 23:02:45 +0200 |
| commit | 379280a7dfb28c9c23bc0fbcdb35e9caf206c400 (patch) | |
| tree | 66550be54fafd67b71bd8f91b3cd105213a31b58 /src/wx/kdm_output_panel.h | |
| parent | effdfc23417dac31d9428096def6ef1a05e1ad8f (diff) | |
Add KDMWithMetadataPtr typedef
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 730cb9360..fbfc1205e 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -52,7 +52,7 @@ public: } std::pair<boost::shared_ptr<Job>, int> make ( - std::list<boost::shared_ptr<KDMWithMetadata> > screen_kdms, + std::list<KDMWithMetadataPtr > screen_kdms, std::string name, KDMTimingPanel* timing, boost::function<bool (boost::filesystem::path)> confirm_overwrite |
