aboutsummaryrefslogtreecommitdiff
path: root/common/query/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/query/test.hxx')
-rw-r--r--common/query/test.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/query/test.hxx b/common/query/test.hxx
index 3d10cc2..883462e 100644
--- a/common/query/test.hxx
+++ b/common/query/test.hxx
@@ -38,9 +38,8 @@ struct person
#pragma db column ("first")
std::string first_name_;
- typedef std::auto_ptr<std::string> string_ptr; // @@ tmp
#pragma db column ("middle") type ("TEXT")
- string_ptr middle_name_;
+ std::auto_ptr<std::string> middle_name_;
#pragma db column ("last")
std::string last_name_;