summaryrefslogtreecommitdiff
path: root/src/checker/registrator_mails.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker/registrator_mails.hpp')
-rw-r--r--src/checker/registrator_mails.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checker/registrator_mails.hpp b/src/checker/registrator_mails.hpp
index 86eb41a..2514a10 100644
--- a/src/checker/registrator_mails.hpp
+++ b/src/checker/registrator_mails.hpp
@@ -11,9 +11,9 @@ namespace smtp::checker
RegistratorMails() = default;
~RegistratorMails() = default;
- void Add( errors::types::IErrorPtr const &error );
+ void Add( errors::types::IErrorMailsPtr const &error );
bool Check( std::string const& line ) const;
private:
- std::list<errors::types::IErrorPtr> mErrors;
+ std::list<errors::types::IErrorMailsPtr> mErrors;
};
} // namespace smtp::checker