aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance/reuse/test.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-12-13 21:57:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-23 21:20:44 +0300
commitfc3fb39c90ab7fe5fccbe3f3bc0eb2645157bb96 (patch)
tree6c8c1bfb5fe89f7378b92ac066b4ca8ecfd25228 /common/inheritance/reuse/test.hxx
parent02367faedb16b6186e8852de47e5b749dc48c2df (diff)
Switch to build2
Diffstat (limited to 'common/inheritance/reuse/test.hxx')
-rw-r--r--common/inheritance/reuse/test.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inheritance/reuse/test.hxx b/common/inheritance/reuse/test.hxx
index 8124417..48f474f 100644
--- a/common/inheritance/reuse/test.hxx
+++ b/common/inheritance/reuse/test.hxx
@@ -146,7 +146,7 @@ struct object3: abstract_base, id_base
// Empty derived object.
//
#pragma db object
-struct empty: base
+struct empty_object: base
{
};