Mercurial > hg > svcore
comparison data/midi/rtmidi/RtMidi.cpp @ 936:0c1d6de8f44b
Merge from branch warnfix_no_size_t
author | Chris Cannam |
---|---|
date | Wed, 18 Jun 2014 13:51:16 +0100 |
parents | 59e7fe1b1003 |
children | cc27f35aa75c |
comparison
equal
deleted
inserted
replaced
917:49618f39ff09 | 936:0c1d6de8f44b |
---|---|
2261 | 2261 |
2262 void RtMidiOut :: sendMessage( std::vector<unsigned char> *message ) | 2262 void RtMidiOut :: sendMessage( std::vector<unsigned char> *message ) |
2263 { | 2263 { |
2264 } | 2264 } |
2265 | 2265 |
2266 #endif __RTMIDI_DUMMY_ONLY__ | 2266 #endif /* __RTMIDI_DUMMY_ONLY__ */ |
2267 | 2267 |