aboutsummaryrefslogtreecommitdiff
path: root/odb/validator.cxx
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
commit6d0c7119137749ca31b3d66406c6a270fbbb5fc2 (patch)
tree51a0c4be25075f18bb5d6d89ebb08c51eb412a35 /odb/validator.cxx
parent8f8d7f5382b6c8c70b83194f29364f502cfcb9d6 (diff)
Rename id() to no_id
Diffstat (limited to 'odb/validator.cxx')
-rw-r--r--odb/validator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/validator.cxx b/odb/validator.cxx
index 55f7edf..225a2a1 100644
--- a/odb/validator.cxx
+++ b/odb/validator.cxx
@@ -423,7 +423,7 @@ namespace
os << c.file () << ":" << c.line () << ":" << c.column () << ":"
<< " info: or explicitly declare that this persistent class "
- << "has no object id" << endl;
+ << "has no object id with '#pragma db object no_id'" << endl;
valid_ = false;
}