Skip to content

Commit 84e8276

Browse files
committed
Use CPlayerBitVec for IRecipientFilter
1 parent 1b047a2 commit 84e8276

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/irecipientfilter.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#pragma once
1212
#endif
1313

14+
#include "const.h"
1415
#include "eiface.h"
1516
#include "inetchannel.h"
1617

@@ -25,7 +26,7 @@ class IRecipientFilter
2526
virtual NetChannelBufType_t GetNetworkBufType( void ) const = 0;
2627
virtual bool IsInitMessage( void ) const = 0;
2728

28-
virtual const CBitVec<64> &GetRecipients( void ) const = 0;
29+
virtual const CPlayerBitVec &GetRecipients( void ) const = 0;
2930
};
3031

3132
#endif // IRECIPIENTFILTER_H

0 commit comments

Comments
 (0)