From 00033cdacff5abd150976834a2010f8ff94365e8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Sep 2012 12:50:08 +0200 Subject: Fix incorrect data member type --- sqlite/types/test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite') diff --git a/sqlite/types/test.hxx b/sqlite/types/test.hxx index bd8f48a..fdaa541 100644 --- a/sqlite/types/test.hxx +++ b/sqlite/types/test.hxx @@ -45,7 +45,7 @@ struct object std::string text_; #ifdef _WIN32 - std::string wtext_; + std::wstring wtext_; #endif #pragma db type("BLOB") -- cgit v1.1