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

committed by
GitHub

parent
b281866ea6
commit
377eebb610
@@ -12,7 +12,7 @@ class MxStringList : public MxList<MxString> {};
|
||||
// SIZE 0x10
|
||||
class MxStringListCursor : public MxListCursor<MxString> {
|
||||
public:
|
||||
MxStringListCursor(MxStringList* p_list) : MxListCursor<MxString>(p_list){};
|
||||
MxStringListCursor(MxStringList* p_list) : MxListCursor<MxString>(p_list) {}
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100cb860
|
||||
// MxStringList::`scalar deleting destructor'
|
||||
|
Reference in New Issue
Block a user