comparison data/midi/rtmidi/RtMidi.cpp @ 929:59e7fe1b1003 warnfix_no_size_t

Unsigned removals and warning fixes in data/
author Chris Cannam
date Tue, 17 Jun 2014 14:33:42 +0100
parents e802e550a1f2
children cc27f35aa75c
comparison
equal deleted inserted replaced
928:6a94bb528e9d 929:59e7fe1b1003
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