summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/WASAPIStream.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2021-08-08 00:23:58 +0100
committerTillmann Karras <tilkax@gmail.com>2021-08-08 03:05:03 +0100
commiteda2035874309233a3971aed075c0417c1f18ef7 (patch)
treee652aaefa8a41b4a6ea58c9d206eb3f72020c453 /Source/Core/AudioCommon/WASAPIStream.cpp
parentb6d8c111bc259021398adcc9820339c9376b5955 (diff)
AudioCommon: rename isValid() to IsValid()
Diffstat (limited to 'Source/Core/AudioCommon/WASAPIStream.cpp')
-rw-r--r--Source/Core/AudioCommon/WASAPIStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/WASAPIStream.cpp b/Source/Core/AudioCommon/WASAPIStream.cpp
index efe630689a..d65471226b 100644
--- a/Source/Core/AudioCommon/WASAPIStream.cpp
+++ b/Source/Core/AudioCommon/WASAPIStream.cpp
@@ -49,7 +49,7 @@ WASAPIStream::~WASAPIStream()
m_thread.join();
}
-bool WASAPIStream::isValid()
+bool WASAPIStream::IsValid()
{
return true;
}