fixes and updates to GetParameters

This commit is contained in:
Shelley Vohr 2017-10-31 13:51:44 -04:00
parent a9c13359dc
commit 3136f833a5
No known key found for this signature in database
GPG key ID: F13993A75599653C
6 changed files with 33 additions and 15 deletions

View file

@ -39,7 +39,7 @@ void RemoveExtraParameter(const std::string& key) {
CrashReporter::GetInstance()->RemoveExtraParameter(key);
}
crash_reporter::CrashReporter::StringMap GetParameters() {
std::map<std::string, std::string> GetParameters() {
return CrashReporter::GetInstance()->GetParameters();
}