mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 19:29:08 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ public:
|
||||
bool allsolid; // if true, plane is not valid
|
||||
bool startsolid; // if true, the initial point was in a solid area
|
||||
|
||||
CBaseTrace() {}
|
||||
CBaseTrace() = default;
|
||||
|
||||
private:
|
||||
// No copy constructors allowed
|
||||
|
||||
Reference in New Issue
Block a user