summaryrefslogtreecommitdiff
path: root/odb/common.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-31 12:16:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-31 12:16:55 +0200
commit4fcb4ae749b3cf40f24ab1b9ddeb58b3ae0600f7 (patch)
tree6b6ad35e6895b7f1e8e81984fadc43ebfabd163e /odb/common.cxx
parent9c9b8f3a03951e1b7cc489ce0ec018a03520c039 (diff)
Add support for changing location that ODB views as class definition
This is useful for making third-party/system types into ODB composite value types. New pragma: definition. New test: common/definition.
Diffstat (limited to 'odb/common.cxx')
-rw-r--r--odb/common.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/common.cxx b/odb/common.cxx
index 0edcb0d..81a416b 100644
--- a/odb/common.cxx
+++ b/odb/common.cxx
@@ -593,7 +593,7 @@ check (semantics::typedefs& t)
if (hint != &t)
return false;
- // And the pragma may have to be in the file we are compiling.
+ // And the definition may have to be in the file we are compiling.
//
if (!included_)
{