Gui: Single arg ctors must be explicit (PR #7369)
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Gui { namespace Dialog {
|
||||
class find_placement
|
||||
{
|
||||
public:
|
||||
find_placement(const std::string& name) : propertyname(name)
|
||||
explicit find_placement(const std::string& name) : propertyname(name)
|
||||
{
|
||||
}
|
||||
bool operator () (const std::pair<std::string, App::Property*>& elem) const
|
||||
|
||||
Reference in New Issue
Block a user