summaryrefslogtreecommitdiffstats
path: root/crypt/cryptexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/cryptexception.cpp')
-rw-r--r--crypt/cryptexception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/cryptexception.cpp b/crypt/cryptexception.cpp
index d839029..42480c4 100644
--- a/crypt/cryptexception.cpp
+++ b/crypt/cryptexception.cpp
@@ -1,7 +1,7 @@
#include "cryptexception.h"
CryptException::CryptException(std::string what, ReturnCode returnCode)
- :exception()
+ : exception()
{
this->whatMsg = what;
this->retId = returnCode;