aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--view/employee.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/employee.hxx b/view/employee.hxx
index 4e1b745..d73f9f2 100644
--- a/view/employee.hxx
+++ b/view/employee.hxx
@@ -21,7 +21,7 @@ using std::tr1::shared_ptr;
class country
{
public:
- country (const std::string& code, std::string const& name)
+ country (const std::string& code, const std::string& name)
: code_ (code), name_ (name)
{
}