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:
parent
6c3043f082
commit
2842c8ef8e
1 changed files with 3 additions and 0 deletions
|
|
@ -133,6 +133,9 @@ struct Ranges final
|
|||
#endif
|
||||
}
|
||||
|
||||
auto& getRanges() { return ranges; }
|
||||
auto& getRanges() const { return ranges; }
|
||||
|
||||
//==============================================================================
|
||||
// Basic operations
|
||||
Operations split (int64 i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue