Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / sp-object-repr.h
index d1501fe3e9664918822fe59fb1b7e054f548449a..02ad3ea938e68991cdaf835ef2ff8edb40bff69e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __SP_OBJECT_REPR_H__
-#define __SP_OBJECT_REPR_H__
+#ifndef SEEN_SP_OBJECT_REPR_H
+#define SEEN_SP_OBJECT_REPR_H
 
 /*
  * Object type dictionary and build frontend
@@ -27,7 +27,7 @@ GType sp_repr_type_lookup (Inkscape::XML::Node *repr);
 
 void sp_object_type_register(gchar const *name, GType type);
 
-#endif
+#endif // SEEN_SP_OBJECT_REPR_H
 
 /*
   Local Variables:
@@ -38,4 +38,4 @@ void sp_object_type_register(gchar const *name, GType type);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :