Code

Translations. French translation minor update.
[inkscape.git] / src / sp-object-repr.h
index 5a6b1772fd8bcbc49f1d4696399871582c174ce2..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
@@ -13,7 +13,7 @@
  */
 
 #include "forward.h"
-
+#include "sp-object.h"
 namespace Inkscape {
 namespace XML {
 class Node;
@@ -21,13 +21,13 @@ class Node;
 }
 
 
-SPObject *sp_object_repr_build_tree (Document *document, Inkscape::XML::Node *repr);
+SPObject * sp_object_repr_build_tree (SPDocument *document, Inkscape::XML::Node *repr);
 
 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 :