summaryrefslogtreecommitdiff
path: root/odb-tests/common/wrapper/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb-tests/common/wrapper/test.hxx')
-rw-r--r--odb-tests/common/wrapper/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb-tests/common/wrapper/test.hxx b/odb-tests/common/wrapper/test.hxx
index 3ae4151..91f5758 100644
--- a/odb-tests/common/wrapper/test.hxx
+++ b/odb-tests/common/wrapper/test.hxx
@@ -60,7 +60,7 @@ namespace test1
#pragma db value
struct comp1
{
- comp1 () {}
+ comp1 (): num (0) {}
comp1 (const std::string& s, int n): str (s), num (n) {}
std::string str;