diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 23:02:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-06 20:15:16 +0200 |
| commit | ca56871d4860b8ead384c410fe374c2fa993f88f (patch) | |
| tree | 66550be54fafd67b71bd8f91b3cd105213a31b58 /src/wx/kdm_output_panel.h | |
| parent | 36ce958a516567d8481163692c028a88c6ce0df7 (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 |
