From f4fdffef1425b7a4293a90fb96219a58b2158019 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Apr 2018 08:19:32 +1000 Subject: Use for platform-independent timing and remove ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. --- include/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index 3d51823b5..a97dded28 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -438,7 +438,7 @@ public: void Show(Point pt, Window &w); }; -class ElapsedTime { +class[[deprecated("Use ElapsedPeriod")]] ElapsedTime { long bigBit; long littleBit; public: -- cgit v1.2.3