From 1896d36996ab48ed7271e855d7e32b4e61f64896 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Apr 2012 16:48:00 +0200 Subject: Polymorphic inheritance support --- odb/session.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/session.txx') diff --git a/odb/session.txx b/odb/session.txx index 553e51a..2a50005 100644 --- a/odb/session.txx +++ b/odb/session.txx @@ -28,7 +28,7 @@ namespace odb std::pair::iterator, bool> r (om.insert (vt)); // In what situation may we possibly attempt to reinsert the object? - // For example, when the user loads the same object in to different + // For example, when the user loads the same object in two different // instances (i.e., load into a pre-allocated object). In this case // we should probably update our entries accordingly. // -- cgit v1.1