diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-28 19:21:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-29 23:32:32 +0100 |
| commit | 97bf621156ac86867b0b247fcdec1c49cb3e7f16 (patch) | |
| tree | 6722f0782259f504e4e3e3ba3e1c352e7faab16b /src/lib/grok/context.h | |
| parent | 92eab12404eca23db0a96ad7574d8d500f3d0f8a (diff) | |
Cleanup: some coding standard fixes.
Diffstat (limited to 'src/lib/grok/context.h')
| -rw-r--r-- | src/lib/grok/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/grok/context.h b/src/lib/grok/context.h index c2125ea96..70181466b 100644 --- a/src/lib/grok/context.h +++ b/src/lib/grok/context.h @@ -217,7 +217,7 @@ public: auto s = dcpv.get_size(); _dcpomatic_context->set_dimensions(s.width, s.height); auto grok = Config::instance()->grok().get_value_or({}); - if (!_messenger->launchGrok( + if (!_messenger->launch_grok( _dcpomatic_context->location, _dcpomatic_context->width, _dcpomatic_context->width, |
