diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-09-02 01:25:33 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-09-02 01:25:33 -0400 |
commit | 0a049856782397a7464d03c317ce3788559cdeda (patch) | |
tree | 9412d17c0ab9335d591d7b4590043b9cc4e3cc45 /src/components/channelscellrenderer.hpp | |
parent | 9c8d9e54fe96f97bdda2be26bab571e4cbf0c597 (diff) | |
download | abaddon-portaudio-0a049856782397a7464d03c317ce3788559cdeda.tar.gz abaddon-portaudio-0a049856782397a7464d03c317ce3788559cdeda.zip |
make compile work if voice support is disabled
Diffstat (limited to 'src/components/channelscellrenderer.hpp')
-rw-r--r-- | src/components/channelscellrenderer.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/channelscellrenderer.hpp b/src/components/channelscellrenderer.hpp index e77cf47..8e4025a 100644 --- a/src/components/channelscellrenderer.hpp +++ b/src/components/channelscellrenderer.hpp @@ -10,7 +10,10 @@ enum class RenderType : uint8_t { Category, TextChannel, Thread, + +#ifdef WITH_VOICE VoiceChannel, +#endif DMHeader, DM, |