aboutsummaryrefslogtreecommitdiff
path: root/qt/employee.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'qt/employee.hxx')
-rw-r--r--qt/employee.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/qt/employee.hxx b/qt/employee.hxx
index 1e39993..60c6980 100644
--- a/qt/employee.hxx
+++ b/qt/employee.hxx
@@ -86,7 +86,10 @@ public:
const QDate& born,
const QByteArray& public_key,
shared_ptr<employer_type> employer)
- : first_ (first), last_ (last), born_(born), public_key_(public_key),
+ : first_ (first),
+ last_ (last),
+ born_ (born),
+ public_key_ (public_key),
employer_ (employer)
{
}