[commit] r1819 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Feb 1 17:29:15 CST 2012
Author: ksmyth
Date: Wed Feb 1 17:29:15 2012
New Revision: 1819
Log:
Fix outlines of FCOs when dragging in model editor under x64
Modified:
trunk/GME/Gme/GMEOLEData.cpp
Modified: trunk/GME/Gme/GMEOLEData.cpp
==============================================================================
--- trunk/GME/Gme/GMEOLEData.cpp Wed Feb 1 17:29:05 2012 (r1818)
+++ trunk/GME/Gme/GMEOLEData.cpp Wed Feb 1 17:29:15 2012 (r1819)
@@ -66,7 +66,7 @@
void CGMEDataDescriptor::Serialize(CArchive& ar)
{
if(ar.IsStoring()) {
- ar << rects.GetCount();
+ ar << (int)rects.GetCount();
POSITION pos = rects.GetHeadPosition();
while(pos)
ar << *(rects.GetNext(pos));
More information about the gme-commit
mailing list