fix shadow warnings
This commit is contained in:
@@ -81,7 +81,7 @@ extern size_t FooterStartY;
|
||||
|
||||
struct BaseAction
|
||||
{
|
||||
BaseAction(Type type, const char *name) : m_type(type), m_name(name) { }
|
||||
BaseAction(Type type_, const char *name_) : m_type(type_), m_name(name_) { }
|
||||
|
||||
const char *name() const { return m_name; }
|
||||
Type type() const { return m_type; }
|
||||
|
||||
Reference in New Issue
Block a user