summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-08 12:41:13 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-08 12:41:13 +0100
commitce75a5d6825066fc67539c4eafed5902a34f9457 (patch)
treeb66bb69abc3da5001a315428670d373240967cd7 /src/osd/modules/debugger/debugint.cpp
parent12995ac3d44ac182efc213c67e0752388f1d7530 (diff)
removed memory tracking (nw)
Diffstat (limited to 'src/osd/modules/debugger/debugint.cpp')
-rw-r--r--src/osd/modules/debugger/debugint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugint.cpp b/src/osd/modules/debugger/debugint.cpp
index 33cc9930abe..4d9ce903434 100644
--- a/src/osd/modules/debugger/debugint.cpp
+++ b/src/osd/modules/debugger/debugint.cpp
@@ -1319,7 +1319,7 @@ static void CreateMainMenu(running_machine &machine)
if (menu)
global_free( menu);
- menu = global_alloc_clear(ui_menu_debug(machine, &machine.render().ui_container()));
+ menu = global_alloc_clear<ui_menu_debug>(machine, &machine.render().ui_container());
switch (focus_view->type)
{