From 484bf9c269889f205d7db58e88518e55ea615675 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Sep 2010 20:30:50 +0000 Subject: ALL: Fixup some #define names svn-id: r52935 --- tools/skycpt/KmpSearch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/skycpt/KmpSearch.h') diff --git a/tools/skycpt/KmpSearch.h b/tools/skycpt/KmpSearch.h index 3e1655a37b..6f13ace4a5 100644 --- a/tools/skycpt/KmpSearch.h +++ b/tools/skycpt/KmpSearch.h @@ -23,8 +23,8 @@ * */ -#ifndef __KmpSearch__ -#define __KmpSearch__ +#ifndef SKYCPT_KMPSEARCH_H +#define SKYCPT_KMPSEARCH_H class KmpSearch { public: -- cgit v1.2.3