From edcbc4e812c4aaab38e378566c46ca345aca25b8 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 26 Jan 2024 16:03:29 -0500 Subject: [PATCH] Fix include guard --- LEGO1/lego/legoomni/include/legocachesoundlist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legocachesoundlist.h b/LEGO1/lego/legoomni/include/legocachesoundlist.h index 88a8624f..13d8f96c 100644 --- a/LEGO1/lego/legoomni/include/legocachesoundlist.h +++ b/LEGO1/lego/legoomni/include/legocachesoundlist.h @@ -1,5 +1,5 @@ -#ifndef MXCORELIST_H -#define MXCORELIST_H +#ifndef LEGOCACHESOUNDLIST_H +#define LEGOCACHESOUNDLIST_H #include "mxlist.h" #include "mxtypes.h" @@ -95,4 +95,4 @@ class LegoCacheSoundListCursor : public MxPtrListCursor { // TEMPLATE: LEGO1 0x100224e0 // MxList::InsertEntry -#endif // MXCORELIST_H +#endif // LEGOCACHESOUNDLIST_H