diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-01 13:13:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-01 13:13:23 +0100 |
| commit | ee65895e9233f8ddbed0ed04759a1668e14be4f9 (patch) | |
| tree | 62c4bd44bc343ed08061a16a2acbcd45bbf3f8b4 /src | |
| parent | a108d8db512ca872b442e8496346f0b0a22656a3 (diff) | |
Hack.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel_mxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_mxf.h b/src/reel_mxf.h index 6989a81f..4235392e 100644 --- a/src/reel_mxf.h +++ b/src/reel_mxf.h @@ -51,7 +51,7 @@ public: * that its content is encrypted. */ bool encrypted () const { - return _key_id; + return static_cast<bool>(_key_id); } /** @return Key ID to describe the key that encrypts this asset's |
