Internals: Const cleanup. No functional change.
This commit is contained in:
parent
6b0601fd54
commit
77c005835d
|
|
@ -351,7 +351,7 @@ class ParamProcessor final {
|
||||||
}
|
}
|
||||||
return string("z") + cvtToStr(num);
|
return string("z") + cvtToStr(num);
|
||||||
}
|
}
|
||||||
string moduleCalcName(AstNodeModule* srcModp, const string& longname) {
|
string moduleCalcName(const AstNodeModule* srcModp, const string& longname) {
|
||||||
string newname = longname;
|
string newname = longname;
|
||||||
if (longname.length() > 30) {
|
if (longname.length() > 30) {
|
||||||
const auto iter = m_longMap.find(longname);
|
const auto iter = m_longMap.find(longname);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue