1
0
Fork 0

Maintenance: performancedata

explicit ctor
This commit is contained in:
Scott Giese 2021-02-21 22:27:43 -06:00
parent efcd505c9c
commit 0d3f387214

View file

@ -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);