summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/Xfire_gamelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/Xfire_gamelist.h')
-rw-r--r--protocols/Xfire/src/Xfire_gamelist.h2
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;