mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Really minor clean-ups.
This commit is contained in:
parent
01dc36d29d
commit
76c8400049
34 changed files with 142 additions and 143 deletions
|
|
@ -238,7 +238,7 @@ private:
|
|||
return findFirstTargetParentComponent();
|
||||
}
|
||||
|
||||
void getAllCommands (Array <CommandID>& commands) override
|
||||
void getAllCommands (Array<CommandID>& commands) override
|
||||
{
|
||||
// this returns the set of all commands that this target can perform..
|
||||
const CommandID ids[] = { MainAppWindow::showPreviousDemo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue