From eda2035874309233a3971aed075c0417c1f18ef7 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Sun, 8 Aug 2021 00:23:58 +0100 Subject: AudioCommon: rename isValid() to IsValid() --- Source/Core/AudioCommon/WASAPIStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/AudioCommon/WASAPIStream.cpp') 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; } -- cgit v1.2.3