summaryrefslogtreecommitdiff
path: root/src/gui/sdlfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r--src/gui/sdlfont.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h
index 30b4d2fa4..6863abb83 100644
--- a/src/gui/sdlfont.h
+++ b/src/gui/sdlfont.h
@@ -21,8 +21,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SDLFONT_H
-#define SDLFONT_H
+#ifndef GUI_SDLFONT_H
+#define GUI_SDLFONT_H
#include <guichan/color.hpp>
#include <guichan/font.hpp>
@@ -167,4 +167,4 @@ class SDLFont final : public gcn::Font
extern int sdlTextChunkCnt;
#endif
-#endif
+#endif // GUI_SDLFONT_H