Revision: 65366
          http://sourceforge.net/p/brlcad/code/65366
Author:   ejno
Date:     2015-06-17 20:34:37 +0000 (Wed, 17 Jun 2015)
Log Message:
-----------
remove HIDDEN from function used as template parameter

Modified Paths:
--------------
    brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp

Modified: brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp
===================================================================
--- brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-17 
20:07:43 UTC (rev 65365)
+++ brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-17 
20:34:37 UTC (rev 65366)
@@ -44,7 +44,7 @@
 static const fastf_t INCHES_PER_MM = 1.0 / 25.4;
 
 
-template <typename T> HIDDEN inline void
+template <typename T> inline void
 autoptr_wrap_bu_free(T *ptr)
 {
     bu_free(ptr, "AutoPtr");

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