From 0a71eaad620be004e7e28e7d3265a373dcd92395 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Nov 2011 15:00:06 +0200 Subject: Add support for SQL statement tracing --- odb/sqlite/auto-handle.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/sqlite/auto-handle.hxx') 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_; } -- cgit v1.1