Skip to content

Commit

Permalink
mindeps build annoyance
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Mar 6, 2024
1 parent bab713b commit f142df9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/abaddon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ Abaddon::Abaddon()
: m_settings(Platform::FindConfigFile())
, m_discord(GetSettings().UseMemoryDB) // stupid but easy
, m_emojis(GetResPath("/emojis.bin"))
, m_audio(GetSettings().Backends) {
#ifdef WITH_VOICE
, m_audio(GetSettings().Backends)
#endif
{
LoadFromSettings();

// todo: set user agent for non-client(?)
Expand Down

0 comments on commit f142df9

Please sign in to comment.