diff options
Diffstat (limited to 'common/relationship/query/test.hxx')
-rw-r--r-- | common/relationship/query/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { } |