[commit] r1831 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Feb 14 16:25:24 CST 2012


Author: ksmyth
Date: Tue Feb 14 16:25:24 2012
New Revision: 1831

Log:
Fix another x64 drag-n-drop bug

Modified:
   trunk/GME/Gme/GMEOLEData.cpp

Modified: trunk/GME/Gme/GMEOLEData.cpp
==============================================================================
--- trunk/GME/Gme/GMEOLEData.cpp	Fri Feb 10 15:49:27 2012	(r1830)
+++ trunk/GME/Gme/GMEOLEData.cpp	Tue Feb 14 16:25:24 2012	(r1831)
@@ -71,7 +71,7 @@
 		while(pos)
 			ar << *(rects.GetNext(pos));
 		
-		ar << annRects.GetCount();
+		ar << (int)annRects.GetCount();
 		pos = annRects.GetHeadPosition();
 		while(pos)
 			ar << *(annRects.GetNext(pos));


More information about the gme-commit mailing list