aboutsummaryrefslogtreecommitdiff
path: root/odb/details/buffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/buffer.hxx')
-rw-r--r--odb/details/buffer.hxx3
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_;