Revision: 37517
          http://brlcad.svn.sourceforge.net/brlcad/?rev=37517&view=rev
Author:   bob1961
Date:     2010-02-01 22:28:55 +0000 (Mon, 01 Feb 2010)

Log Message:
-----------
Modified declaration of db_full_path_subst (i.e. make skip_first a const int).

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

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2010-02-01 22:18:57 UTC (rev 37516)
+++ brlcad/trunk/include/raytrace.h     2010-02-01 22:28:55 UTC (rev 37517)
@@ -2637,7 +2637,7 @@
 RT_EXPORT BU_EXTERN(int db_full_path_subset,
                    (const struct db_full_path  *a,
                     const struct db_full_path  *b,
-                    int                        skip_first));
+                    const int                  skip_first));
 RT_EXPORT BU_EXTERN(int db_full_path_match_top,
                    (const struct db_full_path  *a,
                     const struct db_full_path  *b));


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

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to