From 7ab4b5ab14232d2a00246a8e6c77c73c5c8b78b7 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 21 Jul 2013 14:30:14 +1000 Subject: Standardising header guards and namespaces. --- src/KeyMap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/KeyMap.h') diff --git a/src/KeyMap.h b/src/KeyMap.h index 3fbbeab69..2f14e2488 100644 --- a/src/KeyMap.h +++ b/src/KeyMap.h @@ -5,8 +5,8 @@ // Copyright 1998-2001 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. -#ifndef KEYTOCOMMAND_H -#define KEYTOCOMMAND_H +#ifndef KEYMAP_H +#define KEYMAP_H #ifdef SCI_NAMESPACE namespace Scintilla { -- cgit v1.2.3