[cgma-dev] r5523 - cgm/trunk/itaps

jvporter at wisc.edu jvporter at wisc.edu
Tue May 15 12:49:21 CDT 2012


Author: jvporter
Date: 2012-05-15 12:49:20 -0500 (Tue, 15 May 2012)
New Revision: 5523

Modified:
   cgm/trunk/itaps/CATag.hpp
   cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Fix declarations for the iGeom shim


Modified: cgm/trunk/itaps/CATag.hpp
===================================================================
--- cgm/trunk/itaps/CATag.hpp	2012-05-15 17:42:30 UTC (rev 5522)
+++ cgm/trunk/itaps/CATag.hpp	2012-05-15 17:49:20 UTC (rev 5523)
@@ -34,6 +34,7 @@
 #include <vector>
 
 #ifdef ITAPS_SHIM
+typedef struct iGeom_Instance_Private *iGeom_Instance;
 # include "iGeom_binding.h"
 #endif
 

Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc	2012-05-15 17:42:30 UTC (rev 5522)
+++ cgm/trunk/itaps/iGeom_CGMA.cc	2012-05-15 17:49:20 UTC (rev 5523)
@@ -32,8 +32,8 @@
 #endif
 
 #ifdef ITAPS_SHIM
+# include "iGeom_private.h"
 # include "iGeom_binding.h"
-# include "iGeom_private.h"
 # include "CGM_iGeom.h"
 # define ITAPS_API static
 #else


























More information about the cgma-dev mailing list