diff options
Diffstat (limited to 'common/auto')
-rw-r--r-- | common/auto/test.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/auto/test.hxx b/common/auto/test.hxx index c23027e..8c16a21 100644 --- a/common/auto/test.hxx +++ b/common/auto/test.hxx @@ -10,7 +10,7 @@ #include <odb/core.hxx> -#pragma odb object +#pragma db object struct object { object (const std::string& str) @@ -18,7 +18,7 @@ struct object { } - #pragma odb auto id + #pragma db auto id unsigned long id_; std::string str_; |