diff options
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |