From da63ff1077926bcaa05dd79ca9b0b7e2c3bc1c9f Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Tue, 14 May 2013 10:00:53 -0400 Subject: [PATCH] Tweaked IRecipientFilter style to be more consistent. --- public/irecipientfilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/irecipientfilter.h b/public/irecipientfilter.h index 8e160790..ff680c74 100644 --- a/public/irecipientfilter.h +++ b/public/irecipientfilter.h @@ -25,7 +25,7 @@ public: virtual int GetRecipientCount( void ) const = 0; // Client index will be -1 for invalid slot - virtual void GetRecipientIndex( int &clientIndex, int slot ) const = 0; + virtual void GetRecipientIndex( int *clientIndex, int slot ) const = 0; }; #endif // IRECIPIENTFILTER_H