From e7a255ca167211d159ac7d8d4bb6f632317bf267 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 3 Sep 2011 11:14:24 -0400 Subject: [PATCH] TDB2 integration - Enabled the TDB2::clear call, paving the way for TDB elimination. --- src/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.cpp b/src/Context.cpp index 383c603e1..aa1e5730e 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -558,7 +558,7 @@ void Context::decomposeSortField ( void Context::clear () { tdb.clear (); // TODO Obsolete -// tdb2.clear (); + tdb2.clear (); a3.clear (); clearMessages ();