1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Cleanup: Add some missing explicit constructors

This commit is contained in:
reuk 2020-04-26 18:21:44 +01:00
parent 4cf66d6522
commit 4292a38327
20 changed files with 46 additions and 46 deletions

View file

@ -94,7 +94,7 @@ class PathWindingModeProperty : public ChoicePropertyComponent,
public ChangeListener
{
public:
PathWindingModeProperty (PaintElementPath* const owner_)
explicit PathWindingModeProperty (PaintElementPath* const owner_)
: ChoicePropertyComponent ("winding rule"),
owner (owner_)
{