Revision: 45810
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45810&view=rev
Author:   brlcad
Date:     2011-08-08 16:27:18 +0000 (Mon, 08 Aug 2011)

Log Message:
-----------
meant to commit this with r45808, made the passed parameter const now that it's 
properly copied before export.

Modified Paths:
--------------
    brlcad/trunk/include/wdb.h

Modified: brlcad/trunk/include/wdb.h
===================================================================
--- brlcad/trunk/include/wdb.h  2011-08-08 15:27:32 UTC (rev 45809)
+++ brlcad/trunk/include/wdb.h  2011-08-08 16:27:18 UTC (rev 45810)
@@ -333,7 +333,7 @@
 WDB_EXPORT int mk_sketch(
     struct rt_wdb *fp,
     const char *name,
-    struct rt_sketch_internal *skt );
+    const struct rt_sketch_internal *skt );
 
 /* extr.c */
 WDB_EXPORT int mk_extrusion(


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

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to