summaryrefslogtreecommitdiff
path: root/plugins/yaml/node-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/node-int.h')
-rw-r--r--plugins/yaml/node-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/yaml/node-int.h b/plugins/yaml/node-int.h
index 9100c92..8fec2a2 100644
--- a/plugins/yaml/node-int.h
+++ b/plugins/yaml/node-int.h
@@ -38,6 +38,8 @@ struct _GYamlNode
{
GObject parent; /* A laisser en premier */
+ GYamlLine *line; /* Line Yaml d'origine */
+
};
/* Noeud d'une arborescence au format Yaml (classe) */