From 40d61256a8455ab4a89617a93d3b548457fe37c0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Aug 2011 14:02:36 +0200 Subject: Cosmetic change --- odb/relational/schema.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx index 9dbe067..371cff9 100644 --- a/odb/relational/schema.hxx +++ b/odb/relational/schema.hxx @@ -284,7 +284,7 @@ namespace relational { // Container id column references the object table. It also // cascades on delete so that we can delete the object with - // a single delete statement (needed for query_erase()). + // a single delete statement (needed for erase_query()). // semantics::class_& c (*context::top_object); -- cgit v1.1