mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -259,10 +259,8 @@ private:
|
||||
class CWorldListCache
|
||||
{
|
||||
public:
|
||||
CWorldListCache()
|
||||
{
|
||||
CWorldListCache() = default;
|
||||
|
||||
}
|
||||
void Flush()
|
||||
{
|
||||
for ( int i = m_Entries.FirstInorder(); i != m_Entries.InvalidIndex(); i = m_Entries.NextInorder( i ) )
|
||||
|
||||
Reference in New Issue
Block a user