diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-01 13:11:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-01 13:11:30 +0100 |
| commit | a108d8db512ca872b442e8496346f0b0a22656a3 (patch) | |
| tree | 53e696294fdfcb605e7cdc4d44fdd813a1ddc63a /src | |
| parent | 49b9b7b381f66dc8591c4184323a3ab35d38e90f (diff) | |
Hack.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ public: /** @return true if the data is encrypted */ bool encrypted () const { - return _key_id; + return static_cast<bool>(_key_id); } /** Set the ID of the key that is used for encryption/decryption. |
