mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 21:49:20 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -61,7 +61,7 @@ struct DecalClipState_t
|
||||
// Union of the decal triangle clip flags above for each vert
|
||||
int m_ClipFlags[16];
|
||||
|
||||
DecalClipState_t() {}
|
||||
DecalClipState_t() = default;
|
||||
|
||||
private:
|
||||
// Copy constructors are not allowed
|
||||
|
||||
Reference in New Issue
Block a user