diff options
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/resources/map/mapitemtype.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/resources/map/mapitemtype.h b/src/enums/resources/map/mapitemtype.h index 38677f479..13013e050 100644 --- a/src/enums/resources/map/mapitemtype.h +++ b/src/enums/resources/map/mapitemtype.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ENUMS_RESOURCES_MAPITEMTYPE_H -#define ENUMS_RESOURCES_MAPITEMTYPE_H +#ifndef ENUMS_RESOURCES_MAP_MAPITEMTYPE_H +#define ENUMS_RESOURCES_MAP_MAPITEMTYPE_H namespace MapItemType { @@ -44,4 +44,4 @@ namespace MapItemType }; } // namespace MapItemType -#endif // ENUMS_RESOURCES_MAPITEMTYPE_H +#endif // ENUMS_RESOURCES_MAP_MAPITEMTYPE_H |