mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Midi: Fix midi buffer iterator tag
This commit is contained in:
parent
074f5077fc
commit
f7ccdd54bb
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public:
|
|||
using value_type = MidiMessageMetadata;
|
||||
using reference = MidiMessageMetadata;
|
||||
using pointer = void;
|
||||
using iterator_category = std::bidirectional_iterator_tag;
|
||||
using iterator_category = std::input_iterator_tag;
|
||||
|
||||
/** Make this iterator point to the next message in the buffer. */
|
||||
MidiBufferIterator& operator++() noexcept;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue