From 2a6f06ae44a80a5ebdc1b6188b11634fbb0e8741 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 7 Feb 2015 13:51:23 +0200 Subject: Fix to use traditional const style --- common/optimistic/test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/optimistic') diff --git a/common/optimistic/test.hxx b/common/optimistic/test.hxx index 81d41e4..b9c04cc 100644 --- a/common/optimistic/test.hxx +++ b/common/optimistic/test.hxx @@ -38,7 +38,7 @@ struct object_version struct container { container (): ver (123) {} - container (std::string const& id): id_ (id), ver (123) {} + container (const std::string& id): id_ (id), ver (123) {} #pragma db id std::string id_; -- cgit v1.1