Skip to content

Commit

Permalink
Fix compilation on Windows
Browse files Browse the repository at this point in the history
Change-Id: I500e7d83f49e531a4958b2c74412bef0b5221564
Reviewed-on: https://codereview.kdab.com/c/kdab/kdutils/+/133562
Tested-by: Continuous Integration <build@kdab.com>
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
  • Loading branch information
MiKom committed Nov 13, 2023
1 parent fa4c8a4 commit 640a7c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void Win32PlatformEventLoop::handleSocketMessage(WPARAM wparam, LPARAM lparam)
}
}

bool KDFoundation::Win32PlatformEventLoop::registerWithWSAAsyncSelect(int fd, const NotifierSet &notifiers) const {
bool KDFoundation::Win32PlatformEventLoop::registerWithWSAAsyncSelect(int fd, const NotifierSet &notifiers) const
{
auto typeToWsaEvents = [](FileDescriptorNotifier::NotificationType type) {
switch (type) {
Expand Down

0 comments on commit 640a7c7

Please sign in to comment.