mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-10 10:49:35 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -44,9 +44,7 @@ class CActivityRemapCache
|
||||
{
|
||||
public:
|
||||
|
||||
CActivityRemapCache()
|
||||
{
|
||||
}
|
||||
CActivityRemapCache() = default;
|
||||
|
||||
CActivityRemapCache( const CActivityRemapCache& src )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user