mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Internals: Add more const. No functional change intended.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ class TableVisitor;
|
||||
|
||||
class TableSimulateVisitor final : public SimulateVisitor {
|
||||
// MEMBERS
|
||||
TableVisitor* m_cbthis; ///< Class for callback
|
||||
TableVisitor* const m_cbthis; ///< Class for callback
|
||||
|
||||
public:
|
||||
///< Call other-this function on all new var references
|
||||
|
||||
Reference in New Issue
Block a user