1
0
Fork 0
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:
jules 2017-04-21 11:15:07 +01:00
parent 3a3f118fbb
commit d36156c620
6 changed files with 20 additions and 20 deletions

View file

@ -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(); }
//==============================================================================