summaryrefslogtreecommitdiff
path: root/src/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-05-18 20:31:58 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-05-18 20:31:58 -0400
commit0a1138fbd025da2c3f28cec73f823d9274ebc4db (patch)
tree00c3a9b30a3ff6eb21cdbb42fad27b745e555517 /src/components/channels.hpp
parent15aa8758570c1eb848d67496072ea00d447367d6 (diff)
downloadabaddon-portaudio-0a1138fbd025da2c3f28cec73f823d9274ebc4db.tar.gz
abaddon-portaudio-0a1138fbd025da2c3f28cec73f823d9274ebc4db.zip
try to fix build
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r--src/components/channels.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp
index 8aee733..2ad1a7c 100644
--- a/src/components/channels.hpp
+++ b/src/components/channels.hpp
@@ -85,7 +85,10 @@ protected:
Gtk::TreeModel::iterator AddGuild(const GuildData &guild, const Gtk::TreeNodeChildren &root);
Gtk::TreeModel::iterator UpdateCreateChannelCategory(const ChannelData &channel);
Gtk::TreeModel::iterator CreateThreadRow(const Gtk::TreeNodeChildren &children, const ChannelData &channel);
+
+#ifdef WITH_VOICE
Gtk::TreeModel::iterator CreateVoiceParticipantRow(const UserData &user, const Gtk::TreeNodeChildren &parent);
+#endif
void UpdateChannelCategory(const ChannelData &channel);