From 1b0c7b47044a757d99128d3fb89476526324e7f0 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 9 Jul 2013 15:14:55 +0200 Subject: [PATCH] [DEV] corection of the DEFINE protection --- esvg/Debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esvg/Debug.h b/esvg/Debug.h index 03d7342..268ffac 100644 --- a/esvg/Debug.h +++ b/esvg/Debug.h @@ -6,8 +6,8 @@ * @license BSD v3 (see license file) */ -#ifndef __EPARSER_SVG_DEBUG_H__ -#define __EPARSER_SVG_DEBUG_H__ +#ifndef __ESVG_DEBUG_H__ +#define __ESVG_DEBUG_H__ #include #include