diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-29 11:23:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-06-29 11:23:16 +0200 |
commit | a39261e9783e877e2a3f1b4222c6555aac695ea4 (patch) | |
tree | 7c78fa9753bbbcbc991a88a840bd31a0b8d1fd20 | |
parent | 24376342ab86b5535b455c8a52c0280a9a57be24 (diff) |
Add missing static
-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*> ( |