mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 04:03:36 +02:00
Internals: More const. No functional change intended.
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ public:
|
||||
// Vertices and nodes
|
||||
|
||||
class V3GraphTestVertex VL_NOT_FINAL : public V3GraphVertex {
|
||||
string m_name;
|
||||
const string m_name;
|
||||
|
||||
public:
|
||||
V3GraphTestVertex(V3Graph* graphp, const string& name)
|
||||
|
||||
Reference in New Issue
Block a user