diff options
Diffstat (limited to 'src/gui/widgets/shopitems.h')
-rw-r--r-- | src/gui/widgets/shopitems.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/shopitems.h b/src/gui/widgets/shopitems.h index e577916a2..c3ce2ff4b 100644 --- a/src/gui/widgets/shopitems.h +++ b/src/gui/widgets/shopitems.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SHOPITEMS_H -#define SHOPITEMS_H +#ifndef GUI_WIDGETS_SHOPITEMS_H +#define GUI_WIDGETS_SHOPITEMS_H #include <guichan/listmodel.hpp> @@ -138,4 +138,4 @@ class ShopItems final : public gcn::ListModel bool mMergeDuplicates; }; -#endif // SHOPITEMS_H +#endif // GUI_WIDGETS_SHOPITEMS_H |