From df07a56677531fe795a741c56567f67697d048b7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 2 Aug 2022 20:51:11 +0300 Subject: =?UTF-8?q?fixes=20#3137=20(UInfoEx=20=D0=BF=D0=BE=D0=BA=D0=B0?= =?UTF-8?q?=D0=B7=D1=8B=D0=B2=D0=B0=D0=B5=D1=82=20=D1=82=D0=B5=D0=BA=D1=83?= =?UTF-8?q?=D1=89=D1=83=D1=8E=20=D0=B4=D0=B0=D1=82=D1=83=20=D1=80=D0=BE?= =?UTF-8?q?=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D1=8F,=20=D0=B4=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=20=D0=B5=D1=81=D0=BB=D0=B8=20=D1=83=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D0=B0=D0=BD=20=D0=B4=D0=B5=D0=BD=D1=8C=20=D0=B8=20=D0=BC=D0=B5?= =?UTF-8?q?=D1=81=D1=8F=D1=86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/UserInfoEx/src/classMTime.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/UserInfoEx/src/classMTime.h') diff --git a/plugins/UserInfoEx/src/classMTime.h b/plugins/UserInfoEx/src/classMTime.h index 508de1c34a..be6bcaa7ef 100644 --- a/plugins/UserInfoEx/src/classMTime.h +++ b/plugins/UserInfoEx/src/classMTime.h @@ -48,10 +48,10 @@ public: LONG Compare(const uint32_t dwTimeStamp) const; // get value from class - LARGE_INTEGER LargeInt() const; - FILETIME FileTime() const; - uint32_t TimeStamp() const; - SYSTEMTIME SystemTime() const { return _SysTime; } + LARGE_INTEGER LargeInt() const; + FILETIME FileTime() const; + uint32_t TimeStamp() const; + SYSTEMTIME SystemTime() const { return _SysTime; } uint16_t DaysInMonth(const uint16_t &wMonth) const; uint16_t DaysInYear(uint8_t bIgnoreLeap = FALSE) const; -- cgit v1.2.3