mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 13:39:19 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public:
|
||||
//
|
||||
// Construction/Decontruction
|
||||
//
|
||||
CDispNode() {};
|
||||
CDispNode() = default;
|
||||
~CDispNode() {};
|
||||
|
||||
//=========================================================================
|
||||
|
||||
Reference in New Issue
Block a user