mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 14:07:48 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ public:
|
||||
// Otherwise, this is the hitbox index.
|
||||
int hitbox; // box hit by trace in studio
|
||||
|
||||
CGameTrace() {}
|
||||
CGameTrace() = default;
|
||||
|
||||
private:
|
||||
// No copy constructors allowed
|
||||
|
||||
Reference in New Issue
Block a user