diff options
Diffstat (limited to 'plugins/weblog')
-rw-r--r-- | plugins/weblog/weblog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp index 1aea2f4..cc2be34 100644 --- a/plugins/weblog/weblog.cpp +++ b/plugins/weblog/weblog.cpp @@ -1,7 +1,7 @@ #include "weblog.h" #include "libreichwein/mime.h" -#include "libreichwein/stringutil.h" +#include "libreichwein/stringhelper.h" #include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/replace.hpp> @@ -19,7 +19,7 @@ using namespace std::string_literals; namespace fs = std::filesystem; namespace pt = boost::property_tree; using namespace Reichwein::Mime; -using namespace Reichwein::Stringutil; +using namespace Reichwein::Stringhelper; namespace { |