aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/validation/attribute/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/validation/attribute/driver.cxx')
-rw-r--r--tests/cxx/serializer/validation/attribute/driver.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/cxx/serializer/validation/attribute/driver.cxx b/tests/cxx/serializer/validation/attribute/driver.cxx
index 96a4629..977a61b 100644
--- a/tests/cxx/serializer/validation/attribute/driver.cxx
+++ b/tests/cxx/serializer/validation/attribute/driver.cxx
@@ -17,7 +17,11 @@ using namespace test;
struct test_1_simpl: virtual test_1_sskel
{
test_1_simpl (int state)
- : state_ (state)
+ :
+#ifdef XSDE_REUSE_STYLE_TIEIN
+ test_1_sskel (0),
+#endif
+ state_ (state)
{
}