From a39261e9783e877e2a3f1b4222c6555aac695ea4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Jun 2021 11:23:16 +0200 Subject: Add missing static --- odb/oracle/statement.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/oracle') diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx index a55ec15..93d8a4a 100644 --- a/odb/oracle/statement.cxx +++ b/odb/oracle/statement.cxx @@ -70,7 +70,7 @@ namespace odb }; template - inline T* + static inline T* offset (T* base, size_t count, size_t size) { return reinterpret_cast ( -- cgit v1.1