Skip to content

Commit

Permalink
nullptr initialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YYY committed Jun 2, 2019
1 parent fa28b00 commit 72f9b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PluginProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ThreadCutterAudioProcessor : public AudioProcessor
void setSampleEnabled(int n, bool en);

private:
AudioProcessorEditor *editor;
AudioProcessorEditor *editor = nullptr;
Processor processor[2];
void setEditorValues();

Expand Down

0 comments on commit 72f9b2e

Please sign in to comment.