Skip to content

Commit

Permalink
More shadow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 26, 2023
1 parent 1d91721 commit 318de77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PluginStateImpl : public PluginState
explicit PluginStateImpl (juce::UndoManager* um = nullptr);

/** Constructs the state and adds all the state parameters to the given processor */
explicit PluginStateImpl (juce::AudioProcessor& processor, juce::UndoManager* um = nullptr);
explicit PluginStateImpl (juce::AudioProcessor& proc, juce::UndoManager* um = nullptr);

/** Serializes the plugin state to the given MemoryBlock */
void serialize (juce::MemoryBlock& data) const override;
Expand Down

0 comments on commit 318de77

Please sign in to comment.