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