1
0
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:
v.audacity
2013-02-20 23:42:58 +00:00
parent 63788f4b2d
commit 9d0daf8662
35 changed files with 282 additions and 282 deletions

View File

@@ -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()