1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Replaced some old macros

This commit is contained in:
Tom Poole 2020-03-11 18:00:07 +00:00
parent 0dd3b02728
commit fce4212ef5

View file

@ -111,8 +111,8 @@ private:
list.scrollToEnsureRowIsOnscreen (log.size() - 1);
}
JUCE_CONSTEXPR static const int maxLogSize = 300;
JUCE_CONSTEXPR static const int logSizeTrimThreshold = 400;
constexpr static const int maxLogSize = 300;
constexpr static const int logSizeTrimThreshold = 400;
ListBox list { "Log", this };