mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -305,7 +305,7 @@ C_BaseEntityClassList::~C_BaseEntityClassList()
|
||||
class CDataChangedEvent
|
||||
{
|
||||
public:
|
||||
CDataChangedEvent() {}
|
||||
CDataChangedEvent() = default;
|
||||
CDataChangedEvent( IClientNetworkable *ent, DataUpdateType_t updateType, int *pStoredEvent )
|
||||
{
|
||||
m_pEntity = ent;
|
||||
|
||||
Reference in New Issue
Block a user