Maintenance: performancedata
explicit ctor
This commit is contained in:
parent
efcd505c9c
commit
0d3f387214
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ class PerformanceData
|
|||
{
|
||||
public:
|
||||
PerformanceData();
|
||||
|
||||
PerformanceData(PerformanceData* clone);
|
||||
|
||||
|
||||
explicit PerformanceData(PerformanceData* clone);
|
||||
|
||||
void initFromProps(SGPropertyNode* props);
|
||||
|
||||
~PerformanceData() = default;
|
||||
|
|
Loading…
Add table
Reference in a new issue