mirror of
https://github.com/verilator/verilator.git
synced 2026-09-06 08:57:23 +02:00
Internals: Mark structs final/VL_NOT_FINAL. No functional change intended.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
//######################################################################
|
||||
// V3OptionParser::Impl
|
||||
struct V3OptionParser::Impl {
|
||||
struct V3OptionParser::Impl final {
|
||||
// TYPES
|
||||
|
||||
// Setting for isOnOffAllowed() and isPartialMatchAllowed()
|
||||
|
||||
Reference in New Issue
Block a user