Skip to content

Commit 32b02aa

Browse files
committed
Fixed parameter name to prevent name collision
1 parent 391d55a commit 32b02aa

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
@@ -51,9 +51,9 @@ namespace melatonin
5151
dragEnabled = enable;
5252
}
5353

54-
void enableSelection (bool enabled)
54+
void enableSelection (bool enableSelection)
5555
{
56-
selectionEnabled = enabled;
56+
selectionEnabled = enableSelection;
5757
}
5858

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

0 commit comments

Comments
 (0)