From 82683676ade40e711c9804465fa6b73279614b2f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 20 Feb 2016 11:38:20 +0100 Subject: [PATCH] rename (nw) --- src/emu/ui/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/ui/ui.h b/src/emu/ui/ui.h index 03aa68f804d..31f52b46134 100644 --- a/src/emu/ui/ui.h +++ b/src/emu/ui/ui.h @@ -88,7 +88,7 @@ enum /*************************************************************************** FOR FUTURE LOCALIZATION ***************************************************************************/ -#define _(String) String +#define _(param) param /*************************************************************************** TYPE DEFINITIONS