mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 02:44:18 +00:00
Add initial .clang-tidy and fixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
class LegoEventNotificationParam : public MxNotificationParam {
|
||||
public:
|
||||
// FUNCTION: LEGO1 0x10028690
|
||||
virtual MxNotificationParam* Clone() override
|
||||
MxNotificationParam* Clone() override
|
||||
{
|
||||
LegoEventNotificationParam* clone =
|
||||
new LegoEventNotificationParam(m_type, m_sender, m_modifier, m_x, m_y, m_key);
|
||||
|
||||
Reference in New Issue
Block a user