mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 08:24:31 +02:00
Internals: Use C++11 = default where obvious. No functional change intended.
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ public:
|
||||
// CONSTRUCTORS
|
||||
explicit TableSimulateVisitor(TableVisitor* cbthis)
|
||||
: m_cbthis{cbthis} {}
|
||||
virtual ~TableSimulateVisitor() override {}
|
||||
virtual ~TableSimulateVisitor() override = default;
|
||||
};
|
||||
|
||||
//######################################################################
|
||||
|
||||
Reference in New Issue
Block a user