mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-06 20:13:51 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -62,9 +62,7 @@ private:
|
||||
|
||||
struct DecalEntry
|
||||
{
|
||||
DecalEntry()
|
||||
{
|
||||
}
|
||||
DecalEntry() = default;
|
||||
|
||||
DecalEntry( const DecalEntry& src )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user