mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops, more return void
This commit is contained in:
parent
76bb464c7b
commit
da138dfcab
@ -838,5 +838,5 @@ insert(const ov_multiset<Key, Compare>::value_type &key) {
|
||||
template<class Key, class Compare>
|
||||
INLINE void ov_multiset<Key, Compare>::
|
||||
sort() {
|
||||
return ordered_vector<Key, Compare>::sort_nonunique();
|
||||
ordered_vector<Key, Compare>::sort_nonunique();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user