diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-12 21:31:28 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-03-12 21:31:28 -0400 |
commit | 092ff4289299fc0253bd72b5e62795f1a1ae589d (patch) | |
tree | 3a36fb9ce594204eba597e885756fa7fb0b9d2ba /src/abaddon.cpp | |
parent | fba1f568c23bd2e9a1cc7852dcb9b1b747611973 (diff) | |
download | abaddon-portaudio-092ff4289299fc0253bd72b5e62795f1a1ae589d.tar.gz abaddon-portaudio-092ff4289299fc0253bd72b5e62795f1a1ae589d.zip |
split out and move some files
Diffstat (limited to 'src/abaddon.cpp')
-rw-r--r-- | src/abaddon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abaddon.cpp b/src/abaddon.cpp index 045b8a7..486d526 100644 --- a/src/abaddon.cpp +++ b/src/abaddon.cpp @@ -19,7 +19,7 @@ #include "windows/profilewindow.hpp" #include "windows/pinnedwindow.hpp" #include "windows/threadswindow.hpp" -#include "windows/voicewindow.hpp" +#include "windows/voice/voicewindow.hpp" #include "startup.hpp" #include "notifications/notifications.hpp" #include "remoteauth/remoteauthdialog.hpp" |