summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-03-08 19:36:52 -0500
committerGitHub <noreply@github.com>2024-03-08 19:36:52 -0500
commit43f87ae38153e46a1d81431e47e7d45486a505de (patch)
treeb0f588b12536cc9e6ea738a45ae5cbacfed818f2 /src/windows/mainwindow.hpp
parent91e89c06958f1e058de445f9b53205e7eb341d3a (diff)
parentff76ec5f866b5dc77bb635f2d62bec861794fb63 (diff)
downloadabaddon-portaudio-43f87ae38153e46a1d81431e47e7d45486a505de.tar.gz
abaddon-portaudio-43f87ae38153e46a1d81431e47e7d45486a505de.zip
Merge pull request #242 from uowuo/classic-channels
Discord-style channel/server listing
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index ce2e636..37c1b87 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "components/channels.hpp"
+#include "components/channellist/channellist.hpp"
#include "components/chatwindow.hpp"
#include "components/memberlist.hpp"
#include "components/friendslist.hpp"