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:
@@ -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