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:
@@ -50,7 +50,7 @@ private:
|
||||
class CClientSendTable
|
||||
{
|
||||
public:
|
||||
CClientSendTable();
|
||||
CClientSendTable() = default;
|
||||
~CClientSendTable();
|
||||
|
||||
int GetNumProps() const { return m_SendTable.m_nProps; }
|
||||
|
||||
Reference in New Issue
Block a user