From: gouldtj Date: Tue, 2 May 2006 05:22:57 +0000 (+0000) Subject: r11148@tres: ted | 2006-03-27 22:30:33 -0800 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4869b75af53c78696249a11ed6d24f79e947e7fa;p=inkscape.git r11148@tres: ted | 2006-03-27 22:30:33 -0800 Start the ifdefs before you end them. --- 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: