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

Log Message:
-----------
d_rossberg, author of the file, indicates the m_tree should be protected - try 
to figure out what's going on.

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 08:31:30 UTC (rev 
40721)
+++ rt^3/trunk/include/brlcad/Combination.h     2010-09-28 09:07:09 UTC (rev 
40722)
@@ -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
 
+        protected:
             tree* m_tree;
-        protected:
 
             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