Skip to content

Commit

Permalink
Fix non-void function not returning a value
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Mar 30, 2017
1 parent 83a8881 commit 2f71569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrCore/buffer_vector_inline.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ TEMPLATE_SPECIALIZATION
inline typename buffer_vector_specialized::self_type& buffer_vector_specialized::operator=(self_type const& other)
{
assign(other.begin(), other.end());
return *this;
}

TEMPLATE_SPECIALIZATION
Expand Down

0 comments on commit 2f71569

Please sign in to comment.