summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/abrt_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/abrt_types.h b/inc/abrt_types.h
index 08f70906..3ac31bc6 100644
--- a/inc/abrt_types.h
+++ b/inc/abrt_types.h
@@ -36,7 +36,7 @@ typedef std::map<std::string, vector_pair_string_string_t> map_vector_pair_strin
/* Report() method return type */
typedef std::map<std::string, vector_strings_t> report_status_t;
-/* Holds result of .conf file parsing */
-typedef std::map<std::string, std::string> map_plugin_settings_t;
+/* Holds result of .conf file section parsing: map["name"] = "value" */
+typedef map_string_t map_plugin_settings_t;
#endif