diff options
Diffstat (limited to 'saedit/xml.h')
-rw-r--r-- | saedit/xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/saedit/xml.h b/saedit/xml.h index 4030d72..2f5bc2b 100644 --- a/saedit/xml.h +++ b/saedit/xml.h @@ -19,6 +19,7 @@ typedef struct { gchar *name; gchar *text; gchar **attributes; + int line_number; GList *sub_nodes; } XMLNode; |