mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Define static constexpr int in source file
This fixes a linker error.
This commit is contained in:
committed by
Mat Sutcliffe
parent
f4a147a5bc
commit
2d8cc4a055
@@ -20,6 +20,8 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Audio
|
||||
{
|
||||
constexpr int CSettings::MaxAudioVolume;
|
||||
|
||||
CSettings::CSettings()
|
||||
{
|
||||
this->initDefaultValues();
|
||||
|
||||
Reference in New Issue
Block a user