mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-14 12:46:58 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -278,7 +278,7 @@ private:
|
||||
|
||||
CHashElement( const CBaseEntity *pEntity, int index) : pEntity(pEntity), index(index) {}
|
||||
CHashElement( const CBaseEntity *pEntity ) : pEntity(pEntity) {}
|
||||
CHashElement() {}
|
||||
CHashElement() = default;
|
||||
};
|
||||
|
||||
class CHashFuncs
|
||||
|
||||
Reference in New Issue
Block a user