From da228f37426ac999f02e03e558acef5501b22361 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Jul 2014 15:11:57 +0100 Subject: Tidy up KDM generation from CPLs a bit. --- src/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exceptions.h') 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 () {} }; -- cgit v1.2.3