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:
parent
3edb072758
commit
82bc9f3195
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ struct GridLines final : public AnimatedContent
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
struct BackgroundLogo final : public AnimatedContent
|
||||
struct BackgroundLogo : public AnimatedContent
|
||||
{
|
||||
BackgroundLogo()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue