mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-04-22 06:23:41 +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.