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

Add detail::Ranges::getRanges()

This commit is contained in:
attila 2025-01-30 11:24:31 +01:00 committed by Attila Szarvas
parent 6c3043f082
commit 2842c8ef8e

View file

@ -133,6 +133,9 @@ struct Ranges final
#endif
}
auto& getRanges() { return ranges; }
auto& getRanges() const { return ranges; }
//==============================================================================
// Basic operations
Operations split (int64 i)