aboutsummaryrefslogtreecommitdiff
path: root/common/composite/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/composite/test.hxx')
-rw-r--r--common/composite/test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/composite/test.hxx b/common/composite/test.hxx
index 08497c8..bd50cdc 100644
--- a/common/composite/test.hxx
+++ b/common/composite/test.hxx
@@ -18,7 +18,7 @@ struct name
};
#pragma db value
-struct title
+struct name_title
{
std::string title;
};
@@ -31,7 +31,7 @@ struct name_flags
};
#pragma db value
-struct name_ex: name, title
+struct name_ex: name, name_title
{
name alias;
std::string nick;