diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2021-08-08 00:23:58 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2021-08-08 03:05:03 +0100 |
| commit | eda2035874309233a3971aed075c0417c1f18ef7 (patch) | |
| tree | e652aaefa8a41b4a6ea58c9d206eb3f72020c453 /Source/Core/AudioCommon/WASAPIStream.cpp | |
| parent | b6d8c111bc259021398adcc9820339c9376b5955 (diff) | |
AudioCommon: rename isValid() to IsValid()
Diffstat (limited to 'Source/Core/AudioCommon/WASAPIStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/WASAPIStream.cpp | 2 |
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; } |
