diff options
author | Borja Lorente | 2016-07-31 11:07:50 +0200 |
---|---|---|
committer | Borja Lorente | 2016-08-02 08:33:50 +0200 |
commit | f7ba1cb812afc2bb508018b46dd0aaa4572a6bdc (patch) | |
tree | 37865e479b86e6319ec18b02619006f77450e793 /graphics | |
parent | da33e52539b79629dd51b44fb1bc7e713c265f24 (diff) | |
download | scummvm-rg350-f7ba1cb812afc2bb508018b46dd0aaa4572a6bdc.tar.gz scummvm-rg350-f7ba1cb812afc2bb508018b46dd0aaa4572a6bdc.tar.bz2 scummvm-rg350-f7ba1cb812afc2bb508018b46dd0aaa4572a6bdc.zip |
GRAPHICS: Rename header guards in macgui
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/macgui/macmenu.h | 4 | ||||
-rw-r--r-- | graphics/macgui/macwindow.h | 4 | ||||
-rw-r--r-- | graphics/macgui/macwindowborder.h | 4 | ||||
-rw-r--r-- | graphics/macgui/macwindowmanager.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/macgui/macmenu.h b/graphics/macgui/macmenu.h index 5c08f4feed..7114066ae6 100644 --- a/graphics/macgui/macmenu.h +++ b/graphics/macgui/macmenu.h @@ -45,8 +45,8 @@ * */ -#ifndef GRAPHICS_MACMENU_H -#define GRAPHICS_MACMENU_H +#ifndef GRAPHICS_MACGUI_MACMENU_H +#define GRAPHICS_MACGUI_MACMENU_H namespace Graphics { diff --git a/graphics/macgui/macwindow.h b/graphics/macgui/macwindow.h index 763e215c46..285a9e91ed 100644 --- a/graphics/macgui/macwindow.h +++ b/graphics/macgui/macwindow.h @@ -45,8 +45,8 @@ * */ -#ifndef GRAPHICS_MACWINDOW_H -#define GRAPHICS_MACWINDOW_H +#ifndef GRAPHICS_MACGUI_MACWINDOW_H +#define GRAPHICS_MACGUI_MACWINDOW_H #include "graphics/managed_surface.h" #include "graphics/transparent_surface.h" diff --git a/graphics/macgui/macwindowborder.h b/graphics/macgui/macwindowborder.h index 3c41ef2819..295f554521 100644 --- a/graphics/macgui/macwindowborder.h +++ b/graphics/macgui/macwindowborder.h @@ -45,8 +45,8 @@ * */ -#ifndef GRAPHICS_MACWINDOWBORDER_H -#define GRAPHICS_MACWINDOWBORDER_H +#ifndef GRAPHICS_MACGUI_MACWINDOWBORDER_H +#define GRAPHICS_MACGUI_MACWINDOWBORDER_H #include "common/str.h" #include "common/list.h" diff --git a/graphics/macgui/macwindowmanager.h b/graphics/macgui/macwindowmanager.h index c208089c24..2d8a6a37d9 100644 --- a/graphics/macgui/macwindowmanager.h +++ b/graphics/macgui/macwindowmanager.h @@ -45,8 +45,8 @@ * */ -#ifndef GRAPHICS_MACWINDOWMANAGER_H -#define GRAPHICS_MACWINDOWMANAGER_H +#ifndef GRAPHICS_MACGUI_MACWINDOWMANAGER_H +#define GRAPHICS_MACGUI_MACWINDOWMANAGER_H #include "common/array.h" #include "common/list.h" |