mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Internals: More const. No functional change intended.
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@
|
||||
class LifeState final {
|
||||
// NODE STATE
|
||||
// See below
|
||||
AstUser1InUse m_inuser1;
|
||||
const AstUser1InUse m_inuser1;
|
||||
|
||||
// STATE
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user