mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
Define static constexpr int in source file
This fixes a linker error.
This commit is contained in:
committed by
Klaus Basan
parent
7b9d94f78c
commit
7d69a13d95
@@ -20,6 +20,8 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
namespace Audio
|
namespace Audio
|
||||||
{
|
{
|
||||||
|
constexpr int CSettings::MaxAudioVolume;
|
||||||
|
|
||||||
CSettings::CSettings()
|
CSettings::CSettings()
|
||||||
{
|
{
|
||||||
this->initDefaultValues();
|
this->initDefaultValues();
|
||||||
|
|||||||
Reference in New Issue
Block a user