diff options
Diffstat (limited to 'protocols/MSN/src/stdafx.h')
-rw-r--r-- | protocols/MSN/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h index ef75392261..b127c2cd39 100644 --- a/protocols/MSN/src/stdafx.h +++ b/protocols/MSN/src/stdafx.h @@ -705,7 +705,7 @@ public: __forceinline void Init(CMsnProto* proto) { m_proto = proto; }
bool Load();
void Save();
- virtual bool Refresh(bool bForce = false) { return false; }
+ virtual bool Refresh(bool = false) { return false; }
bool Expired(time_t t = time(NULL));
void Clear();
const char *Token();
|