diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/exceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index ace7a1c00..80d4801da 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -466,8 +466,8 @@ class PrivilegeError : public std::runtime_error { public: explicit PrivilegeError (std::string s) - : std::runtime_error (s) - {} + : std::runtime_error (s) + {} }; |
