mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Fix linker error with newer gcc versions
This commit is contained in:
committed by
Mat Sutcliffe
parent
4e2a47fc41
commit
172fa1ddc8
@@ -40,6 +40,15 @@ namespace BlackCore
|
||||
{
|
||||
namespace Clients
|
||||
{
|
||||
constexpr int CAfvClient::PositionUpdatesMs;
|
||||
constexpr int CAfvClient::SampleRate;
|
||||
constexpr int CAfvClient::FrameSize;
|
||||
constexpr double CAfvClient::MinDbIn;
|
||||
constexpr double CAfvClient::MaxDbIn;
|
||||
constexpr double CAfvClient::MinDbOut;
|
||||
constexpr double CAfvClient::MaxDbOut;
|
||||
constexpr quint32 CAfvClient::UniCom;
|
||||
|
||||
const CLogCategoryList &CAfvClient::getLogCategories()
|
||||
{
|
||||
static const CLogCategoryList cats { CLogCategory::audio(), CLogCategory::vatsimSpecific() };
|
||||
|
||||
Reference in New Issue
Block a user