aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/auto-handle.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-07 15:00:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-07 15:00:06 +0200
commit57d5d8fe9dc4c0d6b4ef21754c5a3539e4c01cf9 (patch)
tree4daef878ce8276b663a2bc5470e3d9dc37ee2086 /odb/mysql/auto-handle.hxx
parent2077828442e58677a2af1d15c6d5266455e50cad (diff)
Add support for SQL statement tracing
Diffstat (limited to 'odb/mysql/auto-handle.hxx')
-rw-r--r--odb/mysql/auto-handle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/auto-handle.hxx b/odb/mysql/auto-handle.hxx
index 6950551..42e06e4 100644
--- a/odb/mysql/auto-handle.hxx
+++ b/odb/mysql/auto-handle.hxx
@@ -76,7 +76,7 @@ namespace odb
return h;
}
- operator H* ()
+ operator H* () const
{
return h_;
}