Context: No longer calls Context methods while dtor is running.

This commit is contained in:
Paul Beckingham 2015-09-25 07:57:43 -04:00
parent 3708f852c2
commit e2f504e686
3 changed files with 8 additions and 2 deletions

View file

@ -103,6 +103,8 @@ private:
class TDB2
{
public:
static bool debug_mode;
TDB2 ();
~TDB2 ();