mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -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