mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -683,7 +683,7 @@ private:
|
||||
|
||||
struct corepair_t
|
||||
{
|
||||
corepair_t() {}
|
||||
corepair_t() = default;
|
||||
corepair_t( IVP_Friction_Core_Pair *pair )
|
||||
{
|
||||
int index = ( pair->objs[0] < pair->objs[1] ) ? 0 : 1;
|
||||
|
||||
Reference in New Issue
Block a user