mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Minor code clean-ups.
This commit is contained in:
parent
b161c0f437
commit
cac473bb1e
8 changed files with 27 additions and 27 deletions
|
|
@ -170,7 +170,7 @@ bool ApplicationCommandTarget::invokeDirectly (const CommandID commandID, const
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
ApplicationCommandTarget::InvocationInfo::InvocationInfo (const CommandID commandID_) throw()
|
||||
ApplicationCommandTarget::InvocationInfo::InvocationInfo (const CommandID commandID_)
|
||||
: commandID (commandID_),
|
||||
commandFlags (0),
|
||||
invocationMethod (direct),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue