aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/union/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/union/driver.cxx')
-rw-r--r--tests/cxx/serializer/union/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx/serializer/union/driver.cxx b/tests/cxx/serializer/union/driver.cxx
index dea8e7e..bf1bb3e 100644
--- a/tests/cxx/serializer/union/driver.cxx
+++ b/tests/cxx/serializer/union/driver.cxx
@@ -13,7 +13,7 @@
using namespace std;
using namespace test;
-struct int_bool_union_simpl: virtual int_bool_union_sskel
+struct int_bool_union_simpl: int_bool_union_sskel
{
int_bool_union_simpl ()
: n_ (0)