Revision: 40720
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40720&view=rev
Author:   starseeker
Date:     2010-09-28 02:01:51 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Dave, please check me here - I had to make m_tree public instead of private to 
compile the Combination.cpp file in the coreinterface, but I don't know if 
that's a Bad Thing.

Modified Paths:
--------------
    rt^3/trunk/include/brlcad/Combination.h

Modified: rt^3/trunk/include/brlcad/Combination.h
===================================================================
--- rt^3/trunk/include/brlcad/Combination.h     2010-09-28 01:58:42 UTC (rev 
40719)
+++ rt^3/trunk/include/brlcad/Combination.h     2010-09-28 02:01:51 UTC (rev 
40720)
@@ -73,8 +73,8 @@
             const char*          Name(void) const throw();         ///< the 
name of the operand object in a leaf
             const double*        Matrix(void) const throw();       ///< the 
transformation matrix of the operand object in a leaf
 
+            tree* m_tree;
         protected:
-            tree* m_tree;
 
             ConstTreeNode(void) throw() : m_tree(0) {}
             ConstTreeNode(tree* original) throw() : m_tree(original) {}


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to