mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Minor clean-ups
This commit is contained in:
parent
9356a51249
commit
f2fbd391dc
3 changed files with 2 additions and 3 deletions
|
|
@ -1255,7 +1255,7 @@ private:
|
|||
DSoundDeviceList deviceList;
|
||||
bool hasScanned;
|
||||
|
||||
void systemDeviceChanged()
|
||||
void systemDeviceChanged() override
|
||||
{
|
||||
DSoundDeviceList newList;
|
||||
newList.scan();
|
||||
|
|
|
|||
|
|
@ -1418,7 +1418,7 @@ private:
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void systemDeviceChanged()
|
||||
void systemDeviceChanged() override
|
||||
{
|
||||
StringArray newOutNames, newInNames, newOutIds, newInIds;
|
||||
scan (newOutNames, newInNames, newOutIds, newInIds);
|
||||
|
|
|
|||
|
|
@ -100,7 +100,6 @@ public:
|
|||
|
||||
virtual ~DeviceChangeDetector() {}
|
||||
|
||||
protected:
|
||||
virtual void systemDeviceChanged() = 0;
|
||||
|
||||
void triggerAsyncDeviceChangeCallback()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue