mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-03-31 23:09:03 +03:00
GCC warns about attempting to delete a void-pointer, since it will not be able to invoke its destructor. Fix by casing it to the expected type.