App: modernize C++: use default member init
This commit is contained in:
@@ -54,7 +54,7 @@ static std::atomic<int64_t> _PropID;
|
||||
|
||||
// Here is the implementation! Description should take place in the header file!
|
||||
Property::Property()
|
||||
:father(nullptr), myName(nullptr), _id(++_PropID)
|
||||
: _id(++_PropID)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user