diff options
| author | Roland Reichwein <mail@reichwein.it> | 2023-01-05 14:03:38 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2023-01-05 14:03:38 +0100 | 
| commit | 9d60b64fe684b18af5323c2b52cb26c04883db72 (patch) | |
| tree | 75561aa70fbd3f03388897fe904e77e35f73f9fa /plugins/weblog | |
| parent | 9d00f7319eda30ec91637a75b3fddc171e135233 (diff) | |
Adjust to new API
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 { | 
