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/relationship/query/test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/relationship') diff --git a/common/relationship/query/test.hxx b/common/relationship/query/test.hxx index 7375e2d..1b8bbe8 100644 --- a/common/relationship/query/test.hxx +++ b/common/relationship/query/test.hxx @@ -132,7 +132,7 @@ struct employer #pragma db object pointer(shared_ptr) struct country { - country (const std::string& c, std::string const& n) + country (const std::string& c, const std::string& n) : code (c), name (n) { } -- cgit v1.1