mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a missing override
This commit is contained in:
parent
d00a459480
commit
533fd23439
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ class LookAndFeel_V2::SliderLabelComp : public Label
|
|||
public:
|
||||
SliderLabelComp() : Label ({}, {}) {}
|
||||
|
||||
void mouseWheelMove (const MouseEvent&, const MouseWheelDetails&) {}
|
||||
void mouseWheelMove (const MouseEvent&, const MouseWheelDetails&) override {}
|
||||
};
|
||||
|
||||
Label* LookAndFeel_V2::createSliderTextBox (Slider& slider)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue