From 4869b75af53c78696249a11ed6d24f79e947e7fa Mon Sep 17 00:00:00 2001 From: gouldtj Date: Tue, 2 May 2006 05:22:57 +0000 Subject: [PATCH] r11148@tres: ted | 2006-03-27 22:30:33 -0800 Start the ifdefs before you end them. --- src/extension/patheffect.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/extension/patheffect.h b/src/extension/patheffect.h index f63cf3ea1..ca4134d38 100644 --- a/src/extension/patheffect.h +++ b/src/extension/patheffect.h @@ -7,6 +7,9 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifndef INKSCAPE_EXTENSION_PATHEFFECT_H__ +#define INKSCAPE_EXTENSION_PATHEFFECT_H__ + #include "extension.h" namespace Inkscape { @@ -24,7 +27,7 @@ public: } } /* namespace Inkscape, Extension */ -#endif /* INKSCAPE_EXTENSION_EFFECT_H__ */ +#endif /* INKSCAPE_EXTENSION_PATHEFFECT_H__ */ /* Local Variables: -- 2.30.2