summaryrefslogtreecommitdiff
path: root/include/sqlite3xx/result.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqlite3xx/result.hpp')
-rw-r--r--include/sqlite3xx/result.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqlite3xx/result.hpp b/include/sqlite3xx/result.hpp
index 77d1938..62d0ad5 100644
--- a/include/sqlite3xx/result.hpp
+++ b/include/sqlite3xx/result.hpp
@@ -223,7 +223,7 @@ class SQLITEXX_LIBEXPORT result {
} value;
public:
- CachedValue( ) { type = 0; };
+ CachedValue( ) { type = 0; value.s = NULL; };
CachedValue( const CachedValue& v );
~CachedValue( );
CachedValue& operator= ( const CachedValue& v );