[commit] r1955 - trunk/GME/GMEActiveBrowser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Jul 4 17:10:27 CDT 2012


Author: ksmyth
Date: Wed Jul  4 17:10:27 2012
New Revision: 1955

Log:
Timer ids are UINT_PTRs

Modified:
   trunk/GME/GMEActiveBrowser/TreeCtrlEx.h

Modified: trunk/GME/GMEActiveBrowser/TreeCtrlEx.h
==============================================================================
--- trunk/GME/GMEActiveBrowser/TreeCtrlEx.h	Wed Jul  4 17:10:16 2012	(r1954)
+++ trunk/GME/GMEActiveBrowser/TreeCtrlEx.h	Wed Jul  4 17:10:27 2012	(r1955)
@@ -63,7 +63,7 @@
 	HTREEITEM	m_hFirstSelectedItem;
 	BOOL		m_bSelectionComplete;
 	BOOL		m_bEditLabelPending;
-	UINT		m_idTimer;
+	UINT_PTR		m_idTimer;
     //TCHAR *     m_pchTip ;
 	//WCHAR *     m_pwchTip;
 


More information about the gme-commit mailing list