1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +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

@ -594,7 +594,7 @@ private:
bool hasScanned;
JackAudioIODeviceType (const JackAudioIODeviceType&);
const JackAudioIODeviceType& operator= (const JackAudioIODeviceType&);
JackAudioIODeviceType& operator= (const JackAudioIODeviceType&);
};
//==============================================================================