From 7f035fa785aa97c8b67ff6212c2e5a59bb90d8ff Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 8 Nov 2017 06:54:33 -0800 Subject: [PATCH] Use uint64_t instead of ALuint64SOFT --- src/source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source.h b/src/source.h index 3716be8..7703ae4 100644 --- a/src/source.h +++ b/src/source.h @@ -48,7 +48,7 @@ class SourceImpl { std::atomic mIsAsync; std::atomic mPaused; - ALuint64SOFT mOffset; + uint64_t mOffset; ALfloat mPitch; ALfloat mGain; ALfloat mMinGain, mMaxGain; -- 2.11.4.GIT