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

@ -13,9 +13,9 @@ class PerformanceData
{ {
public: public:
PerformanceData(); PerformanceData();
PerformanceData(PerformanceData* clone); explicit PerformanceData(PerformanceData* clone);
void initFromProps(SGPropertyNode* props); void initFromProps(SGPropertyNode* props);
~PerformanceData() = default; ~PerformanceData() = default;