Revision: 73057
          http://sourceforge.net/p/brlcad/code/73057
Author:   starseeker
Date:     2019-05-13 16:23:57 +0000 (Mon, 13 May 2019)
Log Message:
-----------
Missed a couple exports

Modified Paths:
--------------
    brlcad/trunk/include/brep/cdt.h

Modified: brlcad/trunk/include/brep/cdt.h
===================================================================
--- brlcad/trunk/include/brep/cdt.h     2019-05-13 16:10:40 UTC (rev 73056)
+++ brlcad/trunk/include/brep/cdt.h     2019-05-13 16:23:57 UTC (rev 73057)
@@ -40,10 +40,12 @@
 
 /* Create and initialize a CDT state with default tolerances.  bv
  * must be a pointer to an ON_Brep object. */
-struct ON_Brep_CDT_State *ON_Brep_CDT_Create(void *bv);
+extern BREP_EXPORT struct ON_Brep_CDT_State *
+ON_Brep_CDT_Create(void *bv);
 
 /* Destroy a CDT state */
-void ON_Brep_CDT_Destroy(struct ON_Brep_CDT_State *s);
+extern BREP_EXPORT void
+ON_Brep_CDT_Destroy(struct ON_Brep_CDT_State *s);
 
 struct ON_Brep_CDT_Tols {
     fastf_t abs;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to