From 6d8864d805c2cce550e7f2149b2b244466af4fb8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Sep 2010 16:05:01 +0200 Subject: Add persist(const) version, make update()'s argument const --- doc/manual.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index 3d3d731..173b964 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -1558,7 +1558,7 @@ t.commit ();
   template <typename T>
   void
-  update (T& object);
+  update (const T& object);
   

If the object passed to this function does not exist in the -- cgit v1.1