diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index 26616b35a..bf8fd20f2 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef M_SHOPITEM_H -#define M_SHOPITEM_H +#ifndef SHOPITEM_H +#define SHOPITEM_H #include "item.h" @@ -147,4 +147,4 @@ class ShopItem final : public Item std::stack<DuplicateItem*> mDuplicates; /** <-- Stores duplicates */ }; -#endif +#endif // SHOPITEM_H |