Minor style/naming fixes (#593)

This commit is contained in:
Christian Semmler
2024-02-25 09:14:39 -05:00
committed by GitHub
parent b281866ea6
commit 377eebb610
20 changed files with 30 additions and 27 deletions

View File

@@ -38,7 +38,7 @@ public:
// SIZE 0x10
class LegoCacheSoundListCursor : public MxPtrListCursor<LegoCacheSound> {
public:
LegoCacheSoundListCursor(LegoCacheSoundList* p_list) : MxPtrListCursor<LegoCacheSound>(p_list){};
LegoCacheSoundListCursor(LegoCacheSoundList* p_list) : MxPtrListCursor<LegoCacheSound>(p_list) {}
};
// TEMPLATE: LEGO1 0x1001e670