summaryrefslogtreecommitdiff
path: root/odb/validator.cxx
diff options
context:
space:
mode:
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;
}