Code

r11516@tres: ted | 2006-04-26 21:30:18 -0700
[inkscape.git] / src / attributes-test.h
index ffef1b24454fb6b64cceeda8a962bd9c7b87dbb4..8bf6c70cb13cc382b775940ec52327714b7cf494 100644 (file)
@@ -1,4 +1,7 @@
 
+#ifndef SEEN_ATTRIBUTES_TEST_H
+#define SEEN_ATTRIBUTES_TEST_H
+
 #include <cxxtest/TestSuite.h>
 
 #include <vector>
@@ -478,6 +481,8 @@ struct {char const *attr; bool supported;} const all_attrs[] = {
     }
 };
 
+#endif // SEEN_ATTRIBUTES_TEST_H
+
 /*
   Local Variables:
   mode:c++