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