diff options
Diffstat (limited to 'include/lists.h')
-rw-r--r-- | include/lists.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lists.h b/include/lists.h index baff1a20b..cbde1494f 100644 --- a/include/lists.h +++ b/include/lists.h @@ -39,7 +39,7 @@ class CoreExport NumberList /** Destructor, does nothing */ - virtual ~NumberList(); + virtual ~NumberList() = default; /** Should be called after the constructors are done running. This calls the callbacks. */ |