aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyMap.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-21 14:30:14 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-21 14:30:14 +1000
commit7ab4b5ab14232d2a00246a8e6c77c73c5c8b78b7 (patch)
treed9fa23b4d42123a37e709630255b39336c295802 /src/KeyMap.h
parent68e4223dfcf19afec969e06727ff2fb22cf48420 (diff)
downloadscintilla-mirror-7ab4b5ab14232d2a00246a8e6c77c73c5c8b78b7.tar.gz
Standardising header guards and namespaces.
Diffstat (limited to 'src/KeyMap.h')
-rw-r--r--src/KeyMap.h4
1 files changed, 2 insertions, 2 deletions
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 <neilh@scintilla.org>
// 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 {