summaryrefslogtreecommitdiff
path: root/src/systemc/utils/report.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/utils/report.hh')
-rw-r--r--src/systemc/utils/report.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/systemc/utils/report.hh b/src/systemc/utils/report.hh
index a0840c65b..70716cb91 100644
--- a/src/systemc/utils/report.hh
+++ b/src/systemc/utils/report.hh
@@ -93,8 +93,9 @@ struct ReportSevInfo
extern const char *reportSeverityNames[sc_core::SC_MAX_SEVERITY];
extern ReportSevInfo reportSevInfos[sc_core::SC_MAX_SEVERITY];
-extern std::map<std::string, ReportMsgInfo> reportMsgInfoMap;
-extern std::map<int, std::string> reportIdToMsgMap;
+
+std::map<std::string, ReportMsgInfo> &reportMsgInfoMap();
+std::map<int, std::string> &reportIdToMsgMap();
extern int reportVerbosityLevel;