mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-16 15:32:32 +00:00
fix comment
This commit is contained in:
parent
6cdcad425a
commit
8019b56823
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ struct vm_decay_pointer_object
|
|||
|
||||
template<typename T>
|
||||
struct vm_decay_pointer_void
|
||||
{ // convert any pointer to a type derived from DObject into a pointer to DObject, and any other to a pointer to void
|
||||
{ // convert any pointer to a pointer to void
|
||||
using decayed = typename std::pointer_traits<T>::template rebind<void>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue