diff options
author | CodaFi <devteam.codafi@gmail.com> | 2013-09-24 22:12:20 -0600 |
---|---|---|
committer | CodaFi <devteam.codafi@gmail.com> | 2013-09-24 22:12:20 -0600 |
commit | 49e566ccc7344d1ee49ca572667327d9f16b3788 (patch) | |
tree | 527ff2c17a92fd4e8ad4b2daa8433b4e10ca395c /src/core/abstract | |
parent | 63f2b3e29d92077a30f198ccfb6fe4cb7f262f87 (diff) |
Fix undefined ErrorNoop
Diffstat (limited to 'src/core/abstract')
-rw-r--r-- | src/core/abstract/MCMessageConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/abstract/MCMessageConstants.h b/src/core/abstract/MCMessageConstants.h index f536c59e..2044ba76 100644 --- a/src/core/abstract/MCMessageConstants.h +++ b/src/core/abstract/MCMessageConstants.h @@ -211,6 +211,7 @@ namespace mailcore { ErrorCompression, ErrorNoSender, ErrorNoRecipient, + ErrorNoop, }; enum PartType { |