diff options
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 () {} }; |
