1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

Minor code clean-ups.

This commit is contained in:
Julian Storer 2010-09-02 13:31:47 +01:00
parent b161c0f437
commit cac473bb1e
8 changed files with 27 additions and 27 deletions

View file

@ -61,7 +61,7 @@ public:
struct JUCE_API InvocationInfo
{
//==============================================================================
InvocationInfo (const CommandID commandID) throw();
InvocationInfo (const CommandID commandID);
//==============================================================================
/** The UID of the command that should be performed. */