diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-20 15:11:57 +0100 |
| commit | da228f37426ac999f02e03e558acef5501b22361 (patch) | |
| tree | 201e133ec9bd72c0a3f5f2182476717994809ff7 /src/exceptions.h | |
| parent | 454e76146a5bd522e47ebbedd490e89ef95dd186 (diff) | |
Tidy up KDM generation from CPLs a bit.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index be87c40b..fd7c7618 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -162,7 +162,7 @@ public: class NotEncryptedError : public StringError { public: - NotEncryptedError (std::string const & asset_filename); + NotEncryptedError (std::string const & what); ~NotEncryptedError () throw () {} }; |
