1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

NetworkGraphicsDemo: Fix a complier error

This commit is contained in:
Tom Poole 2023-10-20 10:00:57 +01:00
parent 3edb072758
commit 82bc9f3195

View file

@ -64,7 +64,7 @@ struct GridLines final : public AnimatedContent
};
//==============================================================================
struct BackgroundLogo final : public AnimatedContent
struct BackgroundLogo : public AnimatedContent
{
BackgroundLogo()
{