From a89b75a7f5c03ce10ff426b06dec63f9f5402635 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Aug 2010 17:08:10 +0200 Subject: Cosmetic change --- common/query/test.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common/query') 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 -typedef std::auto_ptr 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 string_ptr; // @@ tmp #pragma odb column ("middle") type ("TEXT") string_ptr middle_name_; -- cgit v1.1