aboutsummaryrefslogtreecommitdiffstats
path: root/src/configparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configparser.cpp')
-rw-r--r--src/configparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp
index e6b312473..12f6f6c26 100644
--- a/src/configparser.cpp
+++ b/src/configparser.cpp
@@ -310,7 +310,7 @@ struct Parser
{
stack.output.insert(std::make_pair(name, tag));
}
- // this is not a leak; reference<> takes care of the delete
+ // this is not a leak; shared_ptr takes care of the delete
tag = NULL;
}