1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +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: public:
SendProp(); SendProp();
virtual ~SendProp(); /*virtual*/ ~SendProp();
void Clear(); void Clear();