aboutsummaryrefslogtreecommitdiff
path: root/common/view/basics/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/view/basics/test.hxx')
-rw-r--r--common/view/basics/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/view/basics/test.hxx b/common/view/basics/test.hxx
index f568d6c..7af255c 100644
--- a/common/view/basics/test.hxx
+++ b/common/view/basics/test.hxx
@@ -19,7 +19,7 @@ struct employer;
#pragma db object
struct country
{
- country (const std::string& c, std::string const& n)
+ country (const std::string& c, const std::string& n)
: code (c), name (n)
{
}