Define static constexpr int in source file

This fixes a linker error.
This commit is contained in:
Roland Rossgotterer
2019-06-19 15:00:03 +02:00
committed by Klaus Basan
parent 7b9d94f78c
commit 7d69a13d95

View File

@@ -20,6 +20,8 @@ namespace BlackMisc
{
namespace Audio
{
constexpr int CSettings::MaxAudioVolume;
CSettings::CSettings()
{
this->initDefaultValues();