mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-06-02 00:47: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.