[commit] r1534 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Sep 14 15:56:12 CDT 2011


Author: ksmyth
Date: Wed Sep 14 15:56:11 2011
New Revision: 1534

Log:
Use std::max/min

Modified:
   trunk/GME/Gme/GMEView.cpp

Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp	Wed Sep 14 15:56:01 2011	(r1533)
+++ trunk/GME/Gme/GMEView.cpp	Wed Sep 14 15:56:11 2011	(r1534)
@@ -45,6 +45,9 @@
 #endif
 #include <xercesc/util/OutOfMemoryException.hpp>
 
+#undef min
+#undef max
+
 CGraphics graphics;
 static CViewList viewsToKill;
 


More information about the gme-commit mailing list