mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
In #85 the voice context will be renamed to audio context, so the CValueObject classes will be renamed to namespace Audio too. As #140 changes many CValueClasses, this crossover change is done in the same unit of work.
This commit is contained in:
@@ -87,10 +87,10 @@ namespace BlackMisc
|
||||
void registerMetadata();
|
||||
}
|
||||
|
||||
namespace Voice
|
||||
namespace Audio
|
||||
{
|
||||
/*!
|
||||
* \brief Register metadata for voice
|
||||
* \brief Register metadata for audio / voice
|
||||
*/
|
||||
void registerMetadata();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user