diff options
Diffstat (limited to 'src/enums/resources')
-rw-r--r-- | src/enums/resources/skill/skillowner.h (renamed from src/enums/resources/skillowner.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/resources/skillowner.h b/src/enums/resources/skill/skillowner.h index 30301b423..c82e42dbb 100644 --- a/src/enums/resources/skillowner.h +++ b/src/enums/resources/skill/skillowner.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ENUMS_RESOURCES_SKILLOWNER_H -#define ENUMS_RESOURCES_SKILLOWNER_H +#ifndef ENUMS_RESOURCES_SKILL_SKILLOWNER_H +#define ENUMS_RESOURCES_SKILL_SKILLOWNER_H namespace SkillOwner { @@ -32,4 +32,4 @@ namespace SkillOwner }; } // namespace SkillOwner -#endif // ENUMS_RESOURCES_SKILLOWNER_H +#endif // ENUMS_RESOURCES_SKILL_SKILLOWNER_H |