aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/inheritance/polymorphism/test1.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/inheritance/polymorphism/test1.hxx b/common/inheritance/polymorphism/test1.hxx
index ae3dfa0..1110ee3 100644
--- a/common/inheritance/polymorphism/test1.hxx
+++ b/common/inheritance/polymorphism/test1.hxx
@@ -23,7 +23,7 @@ namespace test1
root () {}
root (unsigned long i, unsigned long n): id (i), num (n) {}
- #pragma db id
+ #pragma db id column("object_id")
unsigned long id;
unsigned long num;