mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-30 14:09:19 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -69,7 +69,7 @@ private:
|
||||
class CCommand
|
||||
{
|
||||
public:
|
||||
CCommand();
|
||||
CCommand() = default;
|
||||
~CCommand();
|
||||
|
||||
EPureServerFileClass m_eFileClass;
|
||||
|
||||
Reference in New Issue
Block a user