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:
+1
-1
@@ -249,7 +249,7 @@ struct ikcontextikrule_t
|
||||
Vector kneeDir;
|
||||
Vector kneePos;
|
||||
|
||||
ikcontextikrule_t() {}
|
||||
ikcontextikrule_t() = default;
|
||||
|
||||
private:
|
||||
// No copy constructors allowed
|
||||
|
||||
Reference in New Issue
Block a user