Make destructors protected
parent
b3c02d2b40
commit
71944110e9
|
@ -166,9 +166,9 @@ class ClusterTree {
|
|||
|
||||
/// @}
|
||||
|
||||
protected:
|
||||
~ClusterTree();
|
||||
|
||||
protected:
|
||||
/// @name Details
|
||||
/// @{
|
||||
|
||||
|
|
|
@ -117,8 +117,10 @@ namespace gtsam {
|
|||
|
||||
/// @}
|
||||
|
||||
public:
|
||||
protected:
|
||||
~EliminationTree();
|
||||
|
||||
public:
|
||||
/// @name Standard Interface
|
||||
/// @{
|
||||
|
||||
|
|
Loading…
Reference in New Issue