summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-03-14 14:18:54 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-03-14 14:18:54 -0400
commite51d5d1980b1ab0c1738836762900f7bd9bc3c3f (patch)
treebcf287803795aea72c06b18c1a329fb41621e280 /src/windows/mainwindow.hpp
parentc075f16c17d8048446a994a41b0ebf46a0c00bdd (diff)
downloadabaddon-portaudio-e51d5d1980b1ab0c1738836762900f7bd9bc3c3f.tar.gz
abaddon-portaudio-e51d5d1980b1ab0c1738836762900f7bd9bc3c3f.zip
more WITH_VOICE guards
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index 5cad82f..e075c10 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -57,7 +57,10 @@ private:
ChatWindow m_chat;
MemberList m_members;
FriendsList m_friends;
+
+#ifdef WITH_VOICE
VoiceInfoBox m_voice_info;
+#endif
Gtk::Box m_left_pane;