1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Minor code clean-ups.

This commit is contained in:
Julian Storer 2010-02-22 15:32:26 +00:00
parent 08eb852103
commit 1fc2a55d82
45 changed files with 85 additions and 85 deletions

View file

@ -985,7 +985,7 @@ private:
}
ALSAAudioIODeviceType (const ALSAAudioIODeviceType&);
const ALSAAudioIODeviceType& operator= (const ALSAAudioIODeviceType&);
ALSAAudioIODeviceType& operator= (const ALSAAudioIODeviceType&);
};
//==============================================================================