From da5f91a0ce15351a82beb061c3ccc965164529bc Mon Sep 17 00:00:00 2001 From: claiff Date: Thu, 6 Oct 2022 12:26:45 +0300 Subject: create settings on start --- src/converter/file_to_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/converter/file_to_string.cpp') diff --git a/src/converter/file_to_string.cpp b/src/converter/file_to_string.cpp index 3d8860e..8d136f6 100644 --- a/src/converter/file_to_string.cpp +++ b/src/converter/file_to_string.cpp @@ -3,7 +3,7 @@ namespace smtp::converter { - std::list FileToString::Convert( manage::SettingsFileDataType const& from) const + std::list FileToString::Convert( general::SettingsFileDataType const& from) const { std::list result; for(auto const& settings_line : from) -- cgit v1.2.3