From 82466170040f5ccdfbeaf88e1d450add7b866f4b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Aug 2013 10:57:32 +0200 Subject: Implement soft delete for persistent classes --- evolution/drop-table/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evolution/drop-table/driver.cxx') diff --git a/evolution/drop-table/driver.cxx b/evolution/drop-table/driver.cxx index 1eca664..0a005b5 100644 --- a/evolution/drop-table/driver.cxx +++ b/evolution/drop-table/driver.cxx @@ -70,7 +70,7 @@ main (int argc, char* argv[]) } case 2: { - using namespace v2; // @@ v3; soft immediate drop + using namespace v3; if (embedded) { -- cgit v1.1