Typo fix.
This commit is contained in:
parent
3b83356825
commit
a12b83de59
@ -45,7 +45,7 @@ public: //IRecipientFilter
|
|||||||
bool IsInitMessage() const;
|
bool IsInitMessage() const;
|
||||||
int GetRecipientCount() const;
|
int GetRecipientCount() const;
|
||||||
#if SOURCE_ENGINE == SE_DOTA
|
#if SOURCE_ENGINE == SE_DOTA
|
||||||
void GetRecipientIndex(int*&clientIndex, int slot) const;
|
void GetRecipientIndex(int *clientIndex, int slot) const;
|
||||||
#else
|
#else
|
||||||
int GetRecipientIndex(int slot) const;
|
int GetRecipientIndex(int slot) const;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user