mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-04 18:09:53 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -408,7 +408,7 @@ private:
|
||||
|
||||
struct CachedAssetList_t
|
||||
{
|
||||
CachedAssetList_t() {}
|
||||
CachedAssetList_t() = default;
|
||||
CachedAssetList_t( const char *pSearchSubDir, int nExtCount, const char **ppSearchExt ) :
|
||||
m_pSubDir( pSearchSubDir, Q_strlen( pSearchSubDir ) + 1 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user