diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-19 17:08:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-19 17:08:10 +0200 |
commit | a89b75a7f5c03ce10ff426b06dec63f9f5402635 (patch) | |
tree | 66fd37f25ff7e569eb20f2a533f9b34bfdee700b | |
parent | b59214c08549043cb5812c025159c49d6f9efe01 (diff) |
Cosmetic change
-rw-r--r-- | common/query/test.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/query/test.hxx b/common/query/test.hxx index 34c489d..59655f6 100644 --- a/common/query/test.hxx +++ b/common/query/test.hxx @@ -12,8 +12,6 @@ #include <odb/core.hxx> -typedef std::auto_ptr<std::string> string_ptr; // @@ tmp - #pragma odb object struct person { @@ -40,6 +38,7 @@ struct person #pragma odb column ("first") std::string first_name_; + typedef std::auto_ptr<std::string> string_ptr; // @@ tmp #pragma odb column ("middle") type ("TEXT") string_ptr middle_name_; |