aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/relationship/basics/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/relationship/basics/test.hxx b/common/relationship/basics/test.hxx
index 8a2742e..e2d3936 100644
--- a/common/relationship/basics/test.hxx
+++ b/common/relationship/basics/test.hxx
@@ -179,7 +179,7 @@ operator== (const obj3& x, const obj3& y)
#pragma db value
struct comp
{
- comp () {}
+ comp () = default;
comp (int n, obj3_ptr o): num (n), o3 (o) {}
int num;