Skip to content

Commit

Permalink
AudioFileSaveLoadHelper: make the audio format manager public
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 12, 2024
1 parent b18c893 commit 554f6a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class AudioFileSaveLoadHelper
/** Creates an audio format writer for the given file */
std::unique_ptr<juce::AudioFormatWriter> createWriterFor (const juce::File& file, const AudioFileWriterParams& params);

private:
juce::AudioFormatManager formatManager;

private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (AudioFileSaveLoadHelper)
};

Expand Down

0 comments on commit 554f6a4

Please sign in to comment.