From 9a38d680d5b4e17a25e9d62b2f8a262c80c50e82 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 2 May 2006 05:22:57 +0000 Subject: r11148@tres: ted | 2006-03-27 22:30:33 -0800 Start the ifdefs before you end them. (bzr r661) --- src/extension/patheffect.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3