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