aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-06 13:59:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-06 13:59:15 +0200
commita15d6818920e7972cb8e61fc3dd457705d840f8d (patch)
tree453196a1749b94d7b5904d107031a1c94ad246ae
parent13df9a4acf3b1a411f66274bd3ed2cb633dc1e7b (diff)
Rename id() to no_id
-rw-r--r--common/no-id/test.hxx2
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 () {}