diff options
Diffstat (limited to 'common/template')
-rw-r--r-- | common/template/test.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/template/test.hxx b/common/template/test.hxx index cb25360..1b945a6 100644 --- a/common/template/test.hxx +++ b/common/template/test.hxx @@ -8,7 +8,7 @@ #include <odb/core.hxx> -#pragma odb object +#pragma db object struct object { object (unsigned long id) @@ -20,7 +20,7 @@ struct object { } - #pragma odb id + #pragma db id unsigned long id_; }; |