diff options
-rw-r--r-- | odb/oracle/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename T> - inline T* + static inline T* offset (T* base, size_t count, size_t size) { return reinterpret_cast<T*> ( |