mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed missing return statement
This commit is contained in:
parent
c772e4ae8a
commit
ffb4434240
@ -407,10 +407,7 @@ namespace dlib
|
||||
if (shared_node->del)
|
||||
return static_cast<D*>(shared_node->del->get_deleter_void(typeid(D)));
|
||||
}
|
||||
else
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
template <typename Y>
|
||||
|
Loading…
Reference in New Issue
Block a user