about summary refs log tree commit diff
path: root/src/game/client/components/menus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/components/menus.h')
-rw-r--r--src/game/client/components/menus.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/client/components/menus.h b/src/game/client/components/menus.h
index 1d9591bd..2fb53d13 100644
--- a/src/game/client/components/menus.h
+++ b/src/game/client/components/menus.h
@@ -167,8 +167,7 @@ class CMenus : public CComponent
 	bool m_DemolistDelEntry;
 	
 	void DemolistPopulate();
-	static void DemolistCountCallback(const char *pName, int IsDir, void *pUser);
-	static void DemolistFetchCallback(const char *pName, int IsDir, void *pUser);
+	static void DemolistFetchCallback(const char *pName, int IsDir, int DirType, void *pUser);
 	
 	// found in menus.cpp
 	int Render();