aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-07 15:39:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-07 15:39:52 +0200
commit268a81f341c6b3d4e69766711f9f1487686dccb4 (patch)
treef72e5bf6f051becebbefaf50e028ae6475163e98 /odb/pgsql/query.hxx
parent896e25ffb698431e07dd787783642404840b2171 (diff)
Rename boolean to boolean_ (macro clash)
Diffstat (limited to 'odb/pgsql/query.hxx')
-rw-r--r--odb/pgsql/query.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx
index 5acf24e..23234f3 100644
--- a/odb/pgsql/query.hxx
+++ b/odb/pgsql/query.hxx
@@ -1355,7 +1355,7 @@ namespace odb
virtual void
bind (bind_type* b)
{
- b->type = bind::boolean;
+ b->type = bind::boolean_;
b->buffer = &image_;
}