App: Single arg ctors must be explicit
This commit is contained in:
@@ -162,7 +162,7 @@ namespace App {
|
||||
* active.
|
||||
*/
|
||||
struct PropertyCleaner {
|
||||
PropertyCleaner(Property *p)
|
||||
explicit PropertyCleaner(Property *p)
|
||||
: prop(p)
|
||||
{
|
||||
++_PropCleanerCounter;
|
||||
|
||||
Reference in New Issue
Block a user