summaryrefslogtreecommitdiff
path: root/src/message/builder/text.hpp
diff options
context:
space:
mode:
authorclaiff <claiff@mail.ru>2022-10-06 12:26:56 +0300
committerclaiff <claiff@mail.ru>2022-10-06 12:26:56 +0300
commit04e97b30880c1c3252fe900ccac268267539e424 (patch)
tree1f4cd2d1e2f8cf2442d055c519d06c6e0692febc /src/message/builder/text.hpp
parent8edef99a5b52643e0b919c424357752cbbc9a8dd (diff)
parentda5f91a0ce15351a82beb061c3ccc965164529bc (diff)
downloadobmc-sila-smtp-04e97b30880c1c3252fe900ccac268267539e424.tar.xz
Merge branch 'bugfix/proxy_file_reader'
Diffstat (limited to 'src/message/builder/text.hpp')
-rw-r--r--src/message/builder/text.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message/builder/text.hpp b/src/message/builder/text.hpp
index 9715656..8deb14a 100644
--- a/src/message/builder/text.hpp
+++ b/src/message/builder/text.hpp
@@ -1,11 +1,11 @@
#pragma once
-#include "types/idecorator.hpp"
+#include "general/idecorator.hpp"
#include "types/imessage_builder.hpp"
namespace smtp::message::builder
{
- class Text : public types::IDecorator<types::IMessageBuilder>
+ class Text : public general::IDecorator<types::IMessageBuilder>
{
public:
explicit Text( std::string const& text );