From 8c8bf4223dbd8f9a9636b0e2e00c5b167e613f91 Mon Sep 17 00:00:00 2001 From: rarified Date: Wed, 1 Jul 2020 20:58:52 -0600 Subject: [PATCH] Promote needed type changes from cyMisc.h --- .../Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h index 56909892..eb539831 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h @@ -291,7 +291,7 @@ public: // current time in current age static UInt32 GetAgeTime( void ); static time_t GetDniTime(void); - static time_t ConvertGMTtoDni(time_t time); + static UInt32 ConvertGMTtoDni(UInt32 time); static time_t GetServerTime( void ); // returns the current server time in GMT static float GetAgeTimeOfDayPercent(void);