1
0
Fork 0
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:
jules 2013-03-05 18:37:18 +00:00
parent 4ad853c7b9
commit f68637f16b
3 changed files with 7 additions and 7 deletions

View file

@ -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.