diff options
Diffstat (limited to 'protocols/Xfire/src/Xfire_gamelist.h')
-rw-r--r-- | protocols/Xfire/src/Xfire_gamelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/Xfire_gamelist.h b/protocols/Xfire/src/Xfire_gamelist.h index e6e86d93ee..83f087cd96 100644 --- a/protocols/Xfire/src/Xfire_gamelist.h +++ b/protocols/Xfire/src/Xfire_gamelist.h @@ -41,7 +41,7 @@ using namespace std; class Xfire_gamelist : public Xfire_base {
private:
vector<Xfire_game*> gamelist;
- HANDLE dummymenuitem;
+ HGENMENU dummymenuitem;
unsigned int nextgameid;
BOOL ingame;
mir_cs gamlistMutex;
|