summaryrefslogtreecommitdiff
path: root/src/guiInventoryMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r--src/guiInventoryMenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guiInventoryMenu.h b/src/guiInventoryMenu.h
index 82e7ee89d..6211bb24b 100644
--- a/src/guiInventoryMenu.h
+++ b/src/guiInventoryMenu.h
@@ -74,7 +74,7 @@ public:
gui::IGUIElement* parent, s32 id,
Inventory *inventory,
Queue<InventoryAction*> *actions,
- int *active_menu_count);
+ IMenuManager *menumgr);
~GUIInventoryMenu();
void removeChildren();