Skip to content

Commit 2f71569

Browse files
committed
Fix non-void function not returning a value
1 parent 83a8881 commit 2f71569

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xrCore/buffer_vector_inline.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ TEMPLATE_SPECIALIZATION
4848
inline typename buffer_vector_specialized::self_type& buffer_vector_specialized::operator=(self_type const& other)
4949
{
5050
assign(other.begin(), other.end());
51+
return *this;
5152
}
5253

5354
TEMPLATE_SPECIALIZATION

0 commit comments

Comments
 (0)