mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Documentation fix and MidiMessage constness clean-up.
This commit is contained in:
parent
4ad853c7b9
commit
f68637f16b
3 changed files with 7 additions and 7 deletions
|
|
@ -116,7 +116,7 @@ public:
|
|||
|
||||
@see getRawDataSize
|
||||
*/
|
||||
uint8* getRawData() const noexcept { return data; }
|
||||
const uint8* getRawData() const noexcept { return data; }
|
||||
|
||||
/** Returns the number of bytes of data in the message.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue