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/OpenALStream.cpp | |
| parent | b6d8c111bc259021398adcc9820339c9376b5955 (diff) | |
AudioCommon: rename isValid() to IsValid()
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index b2e61dae98..3e56fe8e08 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -83,7 +83,7 @@ static bool InitLibrary() return true; } -bool OpenALStream::isValid() +bool OpenALStream::IsValid() { return InitLibrary(); } |
