mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 14:07:48 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -175,9 +175,7 @@ public:
|
||||
|
||||
struct Node_t
|
||||
{
|
||||
Node_t()
|
||||
{
|
||||
}
|
||||
Node_t() = default;
|
||||
|
||||
Node_t( const Node_t &from )
|
||||
: key( from.key ),
|
||||
|
||||
Reference in New Issue
Block a user