diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-06 13:59:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-06 13:59:15 +0200 |
commit | a15d6818920e7972cb8e61fc3dd457705d840f8d (patch) | |
tree | 453196a1749b94d7b5904d107031a1c94ad246ae /common | |
parent | 13df9a4acf3b1a411f66274bd3ed2cb633dc1e7b (diff) |
Rename id() to no_id
Diffstat (limited to 'common')
-rw-r--r-- | common/no-id/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/no-id/test.hxx b/common/no-id/test.hxx index e53a0bb..5e86c31 100644 --- a/common/no-id/test.hxx +++ b/common/no-id/test.hxx @@ -9,7 +9,7 @@ #include <odb/core.hxx> -#pragma db object id() +#pragma db object no_id struct object { object () {} |