diff options
Diffstat (limited to 'src/stringutils.cpp')
| -rw-r--r-- | src/stringutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stringutils.cpp b/src/stringutils.cpp index cc24ac88b..cf70b9fcc 100644 --- a/src/stringutils.cpp +++ b/src/stringutils.cpp @@ -187,7 +187,7 @@ std::string Base64::Decode(const void* data, size_t length, const char* table) return buffer; } -std::string Template::Replace(const std::string& str, const insp::flat_map<std::string, std::string>& vars) +std::string Template::Replace(const std::string& str, const VariableMap& vars) { std::string out; out.reserve(str.length()); |
