summaryrefslogtreecommitdiff
path: root/src/management/builder/mail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/management/builder/mail.cpp')
-rw-r--r--src/management/builder/mail.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/management/builder/mail.cpp b/src/management/builder/mail.cpp
index 3a87f8b..a301f5b 100644
--- a/src/management/builder/mail.cpp
+++ b/src/management/builder/mail.cpp
@@ -18,8 +18,8 @@ namespace smtp::manage::builder
checker::RegistratorMails Mail::BuildErrorRegistrator() const
{
checker::RegistratorMails result;
- result.Add( std::make_shared < checker::errors::settings::Empty >());
- result.Add( std::make_shared < checker::errors::settings::AtSign >());
+ result.Add( std::make_shared < checker::errors::mail::Empty >());
+ result.Add( std::make_shared < checker::errors::mail::AtSign >());
return result;
}