diff options
Diffstat (limited to 'lib/CommLayer/DBusCommon.h')
-rw-r--r-- | lib/CommLayer/DBusCommon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CommLayer/DBusCommon.h b/lib/CommLayer/DBusCommon.h index 7582541..acd508d 100644 --- a/lib/CommLayer/DBusCommon.h +++ b/lib/CommLayer/DBusCommon.h @@ -24,4 +24,5 @@ //typedef std::vector<crash_info_t> vector_crash_infos_t; typedef std::vector< std::vector<std::string> > dbus_vector_crash_infos_t; typedef std::vector< std::map<std::string, std::string> > dbus_vector_map_crash_infos_t; -typedef std::map<std::string, std::string> dbus_map_report_info_t; +//typedef std::map<std::string, std::string> dbus_map_report_info_t; +typedef std::vector<std::string> dbus_vector_crash_report_info_t; |