summaryrefslogtreecommitdiff
path: root/src/objdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objdef.h')
-rw-r--r--src/objdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objdef.h b/src/objdef.h
index 04f067975..b06d4a85e 100644
--- a/src/objdef.h
+++ b/src/objdef.h
@@ -43,7 +43,7 @@ enum ObjDefType {
class ObjDef {
public:
- virtual ~ObjDef() {}
+ virtual ~ObjDef() = default;
u32 index;
u32 uid;