summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/iteminfo.h')
-rw-r--r--src/resources/iteminfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h
index c1c9f9d27..a3b606dc8 100644
--- a/src/resources/iteminfo.h
+++ b/src/resources/iteminfo.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef ITEMINFO_H
-#define ITEMINFO_H
+#ifndef RESOURCES_ITEMINFO_H
+#define RESOURCES_ITEMINFO_H
#include "being.h"
@@ -340,4 +340,4 @@ class ItemInfo final
bool mProtected;
};
-#endif
+#endif // RESOURCES_ITEMINFO_H