mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Fix some LLVM 17 compiler warnings
This commit is contained in:
parent
951b873c14
commit
2fb19ffd8f
176 changed files with 867 additions and 894 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "jucer_SlidingPanelComponent.h"
|
||||
|
||||
//==============================================================================
|
||||
struct SlidingPanelComponent::DotButton : public Button
|
||||
struct SlidingPanelComponent::DotButton final : public Button
|
||||
{
|
||||
DotButton (SlidingPanelComponent& sp, int pageIndex)
|
||||
: Button (String()), owner (sp), index (pageIndex) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue