mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -69,9 +69,7 @@ public:
|
||||
class CP4Factory
|
||||
{
|
||||
public:
|
||||
CP4Factory();
|
||||
~CP4Factory();
|
||||
|
||||
CP4Factory() = default;
|
||||
public:
|
||||
// Sets whether dummy objects are created by the factory.
|
||||
// Returns the old state of the dummy mode.
|
||||
|
||||
Reference in New Issue
Block a user