summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
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;