Fixup to get swap in IAP !MIDI configuration

This commit is contained in:
Russell
2011-11-17 17:24:35 +00:00
parent c16bb231f5
commit 1d2353c316

View File

@@ -172,7 +172,7 @@ static void set_prefills(unsigned int sampFreq)
#ifdef MIDI
#if defined(MIDI) || defined(IAP)
static inline void swap(xc_ptr &a, xc_ptr &b)
{
xc_ptr tmp;