Internals: const pointer argument
This commit is contained in:
parent
32e99ba0d9
commit
a9c4a96c0f
|
|
@ -71,7 +71,7 @@ public:
|
|||
return v3Global.opt.prefix();
|
||||
}
|
||||
|
||||
static bool isConstPoolMod(AstNode* modp) {
|
||||
static bool isConstPoolMod(const AstNode* modp) {
|
||||
return modp == v3Global.rootp()->constPoolp()->modp();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue