summaryrefslogtreecommitdiff
path: root/plugins/yaml/node-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-04 13:54:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-04 13:54:17 (GMT)
commit4b54747c0ee3736591b3fb38b156837b0958b1cc (patch)
tree618a8454446f4f8f25aa5f7817c72bbcc706ae4d /plugins/yaml/node-int.h
parentaded4e75efc21319d5a777bf53bc087587f0740c (diff)
Stuck to the Yaml specifications a little bit more.
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) */