summaryrefslogtreecommitdiff
path: root/src/checker/errors/mail/empty.hpp
diff options
context:
space:
mode:
authorclaiff <claiff@mail.ru>2022-09-30 12:21:34 +0300
committerclaiff <claiff@mail.ru>2022-09-30 12:21:34 +0300
commit7fcd35b7ad0fa2b0a49c5cdd9a62e23412bf8731 (patch)
tree2af4dacab9a5992d19abd385dbaaa9de40ffc891 /src/checker/errors/mail/empty.hpp
parent8d38861429c3544d10752fb0f6f9da436dee218f (diff)
downloadobmc-sila-smtp-feature/checker/server.tar.xz
Add checking mailsfeature/checker/server
Add check server fix add simillar mails
Diffstat (limited to 'src/checker/errors/mail/empty.hpp')
-rw-r--r--src/checker/errors/mail/empty.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checker/errors/mail/empty.hpp b/src/checker/errors/mail/empty.hpp
index 9e8c0da..945650e 100644
--- a/src/checker/errors/mail/empty.hpp
+++ b/src/checker/errors/mail/empty.hpp
@@ -4,7 +4,7 @@
namespace smtp::checker::errors::settings
{
- class Empty : public types::IError
+ class Empty : public types::IErrorMails
{
public:
Empty() = default;