aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/source.hxx')
-rw-r--r--odb/relational/source.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index dea8f96..716aa10 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -6689,7 +6689,7 @@ namespace relational
virtual string
join_syntax (view_object const& vo)
{
- const char* r;
+ const char* r (0);
switch (vo.join)
{