summaryrefslogtreecommitdiff
path: root/include/configparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configparser.h')
-rw-r--r--include/configparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configparser.h b/include/configparser.h
index f46d143ae..02619e759 100644
--- a/include/configparser.h
+++ b/include/configparser.h
@@ -41,7 +41,7 @@ enum ParseFlags
struct ParseStack
{
std::vector<std::string> reading;
- std::map<std::string, std::string> vars;
+ insp::flat_map<std::string, std::string> vars;
ConfigDataHash& output;
ConfigFileCache& FilesOutput;
std::stringstream& errstr;