From e511599f8bb3e933f218ad08e3afafef1755004a Mon Sep 17 00:00:00 2001 From: olsner Date: Wed, 2 Jun 2004 15:22:53 +0000 Subject: [PATCH] ADD_TYPE macro: added the extra macro argument used by the code This was SVN commit r352. --- source/gui/IGUIObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/IGUIObject.cpp b/source/gui/IGUIObject.cpp index cb121d9c58..a2d7eb35a2 100755 --- a/source/gui/IGUIObject.cpp +++ b/source/gui/IGUIObject.cpp @@ -209,7 +209,7 @@ bool IGUIObject::SettingExists(const CStr &Setting) const return (m_Settings.count(Setting) >= 1); } -#define ADD_TYPE(type) \ +#define ADD_TYPE(type, type_name) \ else \ if (set.m_Type == GUIST_##type) \ { \