diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-31 10:59:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-31 10:59:54 +0200 |
| commit | a440484a56563a2d1b73d4c9811df8af49a65f2a (patch) | |
| tree | b1794c7697caef41708f34773dd7edc066b3426d /src/lib/variant.h | |
| parent | 46710d2472abed134b0e93cb838a4babb1e53ca2 (diff) | |
Make the DCP-encode counting dependent on variant.
Diffstat (limited to 'src/lib/variant.h')
| -rw-r--r-- | src/lib/variant.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/variant.h b/src/lib/variant.h index 2738f16fc..b69b5ba38 100644 --- a/src/lib/variant.h +++ b/src/lib/variant.h @@ -49,6 +49,7 @@ std::string report_problem_email(); bool show_tagline(); bool show_dcpomatic_website(); bool show_report_a_problem(); +bool count_created_dcps(); } |
