mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Added a missing non-copyable declaration.
This commit is contained in:
parent
552d4b392c
commit
db06d2af3e
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,8 @@ private:
|
|||
}
|
||||
|
||||
AudioDeviceManager& owner;
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (CallbackHandler);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue