summaryrefslogtreecommitdiff
path: root/src/gui/shopwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shopwindow.h')
-rw-r--r--src/gui/shopwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h
index e35a6cc90..2645f6d20 100644
--- a/src/gui/shopwindow.h
+++ b/src/gui/shopwindow.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SHOP_H
-#define SHOP_H
+#ifndef GUI_SHOPWINDOW_H
+#define GUI_SHOPWINDOW_H
#include "gui/widgets/window.h"
@@ -176,4 +176,4 @@ class ShopWindow final : public Window, public gcn::ActionListener,
extern ShopWindow *shopWindow;
-#endif
+#endif // GUI_SHOPWINDOW_H