Skip to content

Commit

Permalink
Namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Mar 11, 2024
1 parent addbc57 commit e151209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gin_plugin/components/gin_plugincomponents.h
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class SynthesiserUsage : public juce::Component,
private juce::Timer
{
public:
SynthesiserUsage (Synthesiser& s)
SynthesiserUsage (gin::Synthesiser& s)
: synthesiser (s)
{
startTimerHz (4);
Expand Down Expand Up @@ -454,7 +454,7 @@ class SynthesiserUsage : public juce::Component,
panic.setBounds (rc.removeFromLeft (int (h * 1.5)));
}

Synthesiser& synthesiser;
gin::Synthesiser& synthesiser;
int voices = 0, cpu = 0;

juce::Path voicePath { parseSVGPath (gin::Assets::voice) };
Expand Down

0 comments on commit e151209

Please sign in to comment.