Skip to content

Commit ae95fd0

Browse files
committed
Fixed parameter name to prevent name collision
1 parent 83dbc9f commit ae95fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

melatonin/helpers/overlay_mouse_listener.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ namespace melatonin
5656
dragEnabled = enable;
5757
}
5858

59-
void enableSelection (bool enabled)
59+
void enableSelection (bool enableSelection)
6060
{
61-
selectionEnabled = enabled;
61+
selectionEnabled = enableSelection;
6262
}
6363

6464
void mouseEnter (const juce::MouseEvent& event) override

0 commit comments

Comments
 (0)