From a802c57549d0111292eec1b9c0df86377efcf491 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 17 Apr 2018 19:15:08 +0100 Subject: C++17 Updates code largely in-keeping with updates to be C++17 in line with libadhocutil and libdbpp. --- libsqlitepp/sqlite-mock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsqlitepp/sqlite-mock.h') diff --git a/libsqlitepp/sqlite-mock.h b/libsqlitepp/sqlite-mock.h index 66ec813..4580778 100644 --- a/libsqlitepp/sqlite-mock.h +++ b/libsqlitepp/sqlite-mock.h @@ -17,7 +17,7 @@ class DLL_PUBLIC Mock : public DB::MockDatabase { void DropDatabase() const override; void CreateNewDatabase() const override; - DB::Connection * openConnection() const override; + DB::ConnectionPtr openConnection() const override; private: const boost::filesystem::path testDbPath; -- cgit v1.2.3