mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 07:31:16 +02:00
Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion
This commit is contained in:
@@ -37,7 +37,7 @@ DeviceManager DeviceManager::dm;
|
||||
/// Gets the singleton instance
|
||||
DeviceManager* DeviceManager::Instance()
|
||||
{
|
||||
return &dm;
|
||||
return &dm;
|
||||
}
|
||||
|
||||
/// Releases memory assosiated with the singleton
|
||||
@@ -294,13 +294,13 @@ void DeviceManager::Rescan()
|
||||
dt->RefillCombos();
|
||||
}
|
||||
}
|
||||
m_inited = true;
|
||||
m_inited = true;
|
||||
}
|
||||
|
||||
//private constructor - Singleton.
|
||||
DeviceManager::DeviceManager()
|
||||
{
|
||||
m_inited = false;
|
||||
m_inited = false;
|
||||
}
|
||||
|
||||
DeviceManager::~DeviceManager()
|
||||
|
Reference in New Issue
Block a user