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 1acdea8..4a28683 100644
--- a/odb/validator.cxx
+++ b/odb/validator.cxx
@@ -91,7 +91,7 @@ namespace
<< " error: no data member designated as object id" << endl;
cerr << c.file () << ":" << c.line () << ":" << c.column () << ":"
- << " info: use '#pragma odb id' to specify object id member"
+ << " info: use '#pragma db id' to specify object id member"
<< endl;
valid_ = false;