mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +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
|
|
@ -33,9 +33,9 @@
|
|||
#include "../Project/UI/jucer_ProjectContentComponent.h"
|
||||
|
||||
//==============================================================================
|
||||
class BlurOverlayWithComponent : public Component,
|
||||
private ComponentMovementWatcher,
|
||||
private AsyncUpdater
|
||||
class BlurOverlayWithComponent final : public Component,
|
||||
private ComponentMovementWatcher,
|
||||
private AsyncUpdater
|
||||
{
|
||||
public:
|
||||
BlurOverlayWithComponent (MainWindow& window, std::unique_ptr<Component> comp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue