mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -227,7 +227,7 @@ CUtlVector< FileNameHandle_t > CBaseFileSystem::m_ExcludePaths;
|
||||
class CStoreIDEntry
|
||||
{
|
||||
public:
|
||||
CStoreIDEntry() {}
|
||||
CStoreIDEntry() = default;
|
||||
CStoreIDEntry( const char *pPathIDStr, int storeID )
|
||||
{
|
||||
m_PathIDString = pPathIDStr;
|
||||
|
||||
Reference in New Issue
Block a user