[fdo-commits] r839 - branches/3.2.x/Fdo/Unmanaged/Inc/Common

svn_fdo at osgeo.org svn_fdo at osgeo.org
Thu Mar 15 13:05:05 EDT 2007


Author: trevorwekel
Date: 2007-03-15 13:05:05 -0400 (Thu, 15 Mar 2007)
New Revision: 839

Modified:
   branches/3.2.x/Fdo/Unmanaged/Inc/Common/NamedCollection.h
Log:
Update FDO sources to compile under RedHat Enterprise Linux 4


Modified: branches/3.2.x/Fdo/Unmanaged/Inc/Common/NamedCollection.h
===================================================================
--- branches/3.2.x/Fdo/Unmanaged/Inc/Common/NamedCollection.h	2007-03-15 15:25:37 UTC (rev 838)
+++ branches/3.2.x/Fdo/Unmanaged/Inc/Common/NamedCollection.h	2007-03-15 17:05:05 UTC (rev 839)
@@ -109,7 +109,7 @@
             // Do this check on found object by default
             OBJ* canSetObj = obj;
 
-            if ( !canSetObj && (GetCount() > 0))
+            if ( !canSetObj && (FdoCollection<OBJ, EXC>::GetCount() > 0))
                 // Object was not found, do check on first object in collection.
                 canSetObj = GetItem(0);
 



More information about the fdo-commits mailing list