diff options
-rw-r--r-- | odb/details/buffer.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/details/buffer.hxx b/odb/details/buffer.hxx index 28c9cfa..6102c7b 100644 --- a/odb/details/buffer.hxx +++ b/odb/details/buffer.hxx @@ -38,7 +38,8 @@ namespace odb return capacity_; } - void capacity (std::size_t, std::size_t data_size = 0); + void + capacity (std::size_t, std::size_t data_size = 0); protected: void* data_; |