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