aboutsummaryrefslogtreecommitdiff
path: root/odb/pragma.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pragma.cxx')
-rw-r--r--odb/pragma.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pragma.cxx b/odb/pragma.cxx
index 010706e..d6043cc 100644
--- a/odb/pragma.cxx
+++ b/odb/pragma.cxx
@@ -2203,7 +2203,7 @@ post_process_pragmas ()
// Check whether this is a composite value type. We don't want to
// instantiate simple values since they may be incomplete.
//
- pragma const* p;
+ pragma const* p (0);
for (pragma_set::iterator j (i->second.begin ()), e (i->second.end ());
j != e; ++j)