TDB2
- In debug mode, if any TF2 objects are dirty, they speak up.
This commit is contained in:
@@ -57,6 +57,9 @@ TF2::TF2 ()
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
TF2::~TF2 ()
|
||||
{
|
||||
if (_dirty && context.verbose ("debug"))
|
||||
std::cout << format (STRING_TDB2_DIRTY_EXIT, _file)
|
||||
<< "\n";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user