1
0
Fork 0
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:
jules 2017-09-25 10:11:23 +01:00
parent d00a459480
commit 533fd23439

View file

@ -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)