diff options
Diffstat (limited to 'odb/sqlite/auto-handle.hxx')
-rw-r--r-- | odb/sqlite/auto-handle.hxx | 2 |
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_; } |