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