diff options
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ public: return _key_id; } - void set_key (Key); + virtual void set_key (Key); /** @return encryption/decryption key, if one has been set */ boost::optional<Key> key () const { |
