From bc5e5cf2fde7975ea06d5ac7cbca4d008fac93dd Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Tue, 13 Jan 2004 05:14:19 +0000 Subject: [PATCH] a small reversion from other mod that wasn't committed. svn path=/trunk/; revision=7601 --- reactos/subsys/system/explorer/taskbar/traynotify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/taskbar/traynotify.h b/reactos/subsys/system/explorer/taskbar/traynotify.h index 4a5ad92c117..8f8e02c8347 100644 --- a/reactos/subsys/system/explorer/taskbar/traynotify.h +++ b/reactos/subsys/system/explorer/taskbar/traynotify.h @@ -120,6 +120,6 @@ protected: bool FormatTime(); void Paint(); - WCHAR _time[16]; + TCHAR _time[16]; ToolTip _tooltip; };