diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-29 15:54:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-29 15:54:09 +0100 |
| commit | fe9d2a290682021cd12a00bf21fa4db3012e2049 (patch) | |
| tree | 9db9c67b4fc29ecd30ab79c9bbf5b5af25ffda8a /src/lib/kdm_name_format.h | |
| parent | 7bdd09c815a8f4ddbb70c9fe3c55fa10b67bc641 (diff) | |
Basics of custom DCP filename components.
Diffstat (limited to 'src/lib/kdm_name_format.h')
| -rw-r--r-- | src/lib/kdm_name_format.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/kdm_name_format.h b/src/lib/kdm_name_format.h index fad5f7265..1f5a9ab61 100644 --- a/src/lib/kdm_name_format.h +++ b/src/lib/kdm_name_format.h @@ -21,9 +21,9 @@ #ifndef DCPOMATIC_KDM_NAME_FORMAT #define DCPOMATIC_KDM_NAME_FORMAT -#include "name_format.h" +#include <dcp/name_format.h> -class KDMNameFormat : public NameFormat +class KDMNameFormat : public dcp::NameFormat { public: KDMNameFormat () {} |
