1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Fixed SendProp (dtor is no longer virtual).

This commit is contained in:
Nicholas Hastings 2013-03-01 12:49:29 -05:00
parent 7607970cab
commit 164a41207c

View File

@ -173,7 +173,7 @@ class SendProp
{
public:
SendProp();
virtual ~SendProp();
/*virtual*/ ~SendProp();
void Clear();