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:
@@ -325,7 +325,7 @@ struct DynamicState_t
|
||||
bool m_bBuffer2Frames;
|
||||
#endif
|
||||
|
||||
DynamicState_t() {}
|
||||
DynamicState_t() = default;
|
||||
|
||||
private:
|
||||
DynamicState_t( DynamicState_t const& );
|
||||
|
||||
Reference in New Issue
Block a user