summaryrefslogtreecommitdiff
path: root/src/checker/registrator_mails.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker/registrator_mails.cpp')
-rw-r--r--src/checker/registrator_mails.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checker/registrator_mails.cpp b/src/checker/registrator_mails.cpp
index 7e844c0..b2352c7 100644
--- a/src/checker/registrator_mails.cpp
+++ b/src/checker/registrator_mails.cpp
@@ -2,7 +2,7 @@
namespace smtp::checker
{
- void RegistratorMails::Add(errors::types::IErrorPtr const& error )
+ void RegistratorMails::Add(errors::types::IErrorMailsPtr const& error )
{
mErrors.push_back( error );
}