Internals: Const cleanup. No functional change.

This commit is contained in:
Wilson Snyder 2021-12-12 15:12:27 -05:00
parent 6b0601fd54
commit 77c005835d
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class ParamProcessor final {
}
return string("z") + cvtToStr(num);
}
string moduleCalcName(AstNodeModule* srcModp, const string& longname) {
string moduleCalcName(const AstNodeModule* srcModp, const string& longname) {
string newname = longname;
if (longname.length() > 30) {
const auto iter = m_longMap.find(longname);