aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/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
commit0a71eaad620be004e7e28e7d3265a373dcd92395 (patch)
tree66adb95b0a79c376a3380182cd28601901dd741f /odb/sqlite/auto-handle.hxx
parent3c150763bc946bebe2eb5a2e487a28cf25f2e449 (diff)
Add support for SQL statement tracing
Diffstat (limited to 'odb/sqlite/auto-handle.hxx')
-rw-r--r--odb/sqlite/auto-handle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/auto-handle.hxx b/odb/sqlite/auto-handle.hxx
index 60b1ea9..f0f0806 100644
--- a/odb/sqlite/auto-handle.hxx
+++ b/odb/sqlite/auto-handle.hxx
@@ -83,7 +83,7 @@ namespace odb
return h;
}
- operator H* ()
+ operator H* () const
{
return h_;
}