diff options
-rw-r--r-- | odb/mssql/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx index c768eff..ede4bb6 100644 --- a/odb/mssql/statement.cxx +++ b/odb/mssql/statement.cxx @@ -1121,7 +1121,7 @@ namespace odb } template <typename T> - inline T* + static inline T* offset (T* base, size_t count, size_t size) { return reinterpret_cast<T*> ( |