From 56ceb40f6d18b0193ea0baccf9275794a0e17e4a Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 22 Dec 2024 08:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/PhoneDevice.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/cpp/PhoneDevice.h b/app/src/main/cpp/PhoneDevice.h index 5c879db7..e4893d3d 100644 --- a/app/src/main/cpp/PhoneDevice.h +++ b/app/src/main/cpp/PhoneDevice.h @@ -387,9 +387,9 @@ protected: unsigned int mVersionCode; time_t mBuildTime; - atomic_ulong m_timerUidFeed; - atomic_ulong m_wakelockIdFeed; - atomic_ulong m_uniqueIdFeed; + atomic_ullong m_timerUidFeed; + atomic_ullong m_wakelockIdFeed; + atomic_ullong m_uniqueIdFeed; std::map mTimers; mutable CPhoneCamera* mCamera;