Code

r11148@tres: ted | 2006-03-27 22:30:33 -0800
authorgouldtj <gouldtj@users.sourceforge.net>
Tue, 2 May 2006 05:22:57 +0000 (05:22 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Tue, 2 May 2006 05:22:57 +0000 (05:22 +0000)
 Start the ifdefs before you end them.

src/extension/patheffect.h

index f63cf3ea173b3a05f467bc8a9bf159231df0e430..ca4134d3883458c7ae418559eb0c7b069e5f2c9a 100644 (file)
@@ -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: