Internals: const pointer argument

This commit is contained in:
Geza Lore 2021-07-20 13:55:38 +01:00
parent 32e99ba0d9
commit a9c4a96c0f

View File

@ -71,7 +71,7 @@ public:
return v3Global.opt.prefix(); return v3Global.opt.prefix();
} }
static bool isConstPoolMod(AstNode* modp) { static bool isConstPoolMod(const AstNode* modp) {
return modp == v3Global.rootp()->constPoolp()->modp(); return modp == v3Global.rootp()->constPoolp()->modp();
} }