diff options
| author | Ted Gould <ted@gould.cx> | 2006-05-02 05:22:57 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-05-02 05:22:57 +0000 |
| commit | 9a38d680d5b4e17a25e9d62b2f8a262c80c50e82 (patch) | |
| tree | 60f48631d6af02ea4b01b9817aaaa1c18eafb5e0 | |
| parent | r11147@tres: ted | 2006-03-27 22:30:08 -0800 (diff) | |
| download | inkscape-9a38d680d5b4e17a25e9d62b2f8a262c80c50e82.tar.gz inkscape-9a38d680d5b4e17a25e9d62b2f8a262c80c50e82.zip | |
r11148@tres: ted | 2006-03-27 22:30:33 -0800
Start the ifdefs before you end them.
(bzr r661)
| -rw-r--r-- | src/extension/patheffect.h | 5 |
1 files changed, 4 insertions, 1 deletions
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: |
