From b54880d11215cbc3190559618642eb00eb042931 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 20 Dec 2023 20:18:31 -0500 Subject: [PATCH] Fix include guard --- LEGO1/mxrectlist.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/mxrectlist.h b/LEGO1/mxrectlist.h index e49f7966..c0527f01 100644 --- a/LEGO1/mxrectlist.h +++ b/LEGO1/mxrectlist.h @@ -1,5 +1,5 @@ -#ifndef MxRectList_H -#define MxRectList_H +#ifndef MXRECTLIST_H +#define MXRECTLIST_H #include "mxlist.h" #include "mxrect32.h" @@ -83,4 +83,4 @@ class MxRectListCursor : public MxPtrListCursor { // TEMPLATE: LEGO1 0x100b4210 // MxRectListCursor::~MxRectListCursor -#endif // MxRectList_H +#endif // MXRECTLIST_H