From de1e4dc34ab030b468f5ce7cf567bacc5d749423 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 15 Sep 2008 19:33:43 +0000 Subject: [FIX] Include guard stripped of __ [FIX] KDE includes put before Qt includes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@263 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- sigscript/MapEffectWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigscript/MapEffectWrapper.h') diff --git a/sigscript/MapEffectWrapper.h b/sigscript/MapEffectWrapper.h index 206d0b0e..ae28385a 100644 --- a/sigscript/MapEffectWrapper.h +++ b/sigscript/MapEffectWrapper.h @@ -15,8 +15,8 @@ * with this program. If not, see . */ -#ifndef __SIGSCRIPT_MAPEFFECTWRAPPER__ -#define __SIGSCRIPT_MAPEFFECTWRAPPER__ +#ifndef SIGSCRIPT_MAPEFFECTWRAPPER +#define SIGSCRIPT_MAPEFFECTWRAPPER // Sigscript includes #include "ObjectWrapper.h" -- cgit