diff options
Diffstat (limited to 'libcommon/common/common.txx')
-rw-r--r-- | libcommon/common/common.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcommon/common/common.txx b/libcommon/common/common.txx index 66ccac9..5c40520 100644 --- a/libcommon/common/common.txx +++ b/libcommon/common/common.txx @@ -11,7 +11,7 @@ size_available (); template <typename T> std::size_t -size (odb::result<T>& r) +size (odb::result<T> r) { if (size_available ()) return r.size (); |