1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Clarify some FileChooser example code

This commit is contained in:
Tom Poole 2021-07-06 08:06:17 +01:00
parent 1fb2203517
commit 61c638106f

View file

@ -30,7 +30,9 @@ namespace juce
/**
Creates a dialog box to choose a file or directory to load or save.
e.g. @code
@code
std::unique_ptr<FileChooser> myChooser;
void loadMooseFile()
{
myChooser = std::make_unique<FileChooser> ("Please select the moose you want to load...",