mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Minor style/naming fixes (#593)
This commit is contained in:

committed by
GitHub

parent
b281866ea6
commit
377eebb610
@@ -12,7 +12,7 @@ public:
|
||||
SetDestroy(Destroy);
|
||||
}
|
||||
|
||||
static void Destroy(T){};
|
||||
static void Destroy(T) {}
|
||||
|
||||
void SetDestroy(void (*p_customDestructor)(T)) { this->m_customDestructor = p_customDestructor; }
|
||||
|
||||
|
Reference in New Issue
Block a user