mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Removed some extraneous semicolons
This commit is contained in:
parent
3a3f118fbb
commit
d36156c620
6 changed files with 20 additions and 20 deletions
|
|
@ -96,7 +96,7 @@ public:
|
|||
const StringArray& getAllValues() const noexcept { return values; }
|
||||
|
||||
/** Returns the number of strings in the array */
|
||||
inline int size() const noexcept { return keys.size(); };
|
||||
inline int size() const noexcept { return keys.size(); }
|
||||
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue