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 --- sigmod/MapWarp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigmod/MapWarp.h') diff --git a/sigmod/MapWarp.h b/sigmod/MapWarp.h index 44502a3e..d0ffb778 100644 --- a/sigmod/MapWarp.h +++ b/sigmod/MapWarp.h @@ -15,8 +15,8 @@ * with this program. If not, see . */ -#ifndef __SIGMOD_MAPWARP__ -#define __SIGMOD_MAPWARP__ +#ifndef SIGMOD_MAPWARP +#define SIGMOD_MAPWARP // Sigmod includes #include "Object.h" -- cgit