diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-09 12:00:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-09 12:00:24 +0200 |
commit | 938e8f4d3137018b97c26ca0dc3429c8e824358b (patch) | |
tree | d85c6515dbfe00f55a5491ed406d0976b9b0b44c /common/relationship/test.hxx | |
parent | 68ca8ec3227d447c6898b7c75d8ea0fb82a4af36 (diff) |
Cosmetic change (rename naked pointer to raw pointer)
Diffstat (limited to 'common/relationship/test.hxx')
-rw-r--r-- | common/relationship/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/relationship/test.hxx b/common/relationship/test.hxx index 8305de4..cafdc99 100644 --- a/common/relationship/test.hxx +++ b/common/relationship/test.hxx @@ -15,7 +15,7 @@ #include <odb/core.hxx> -// Naked pointer. +// Raw pointer. // #pragma db object pointer(obj1*) struct obj1 |