summaryrefslogtreecommitdiffstats
path: root/src/object/sp-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-object.h')
-rw-r--r--src/object/sp-object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object/sp-object.h b/src/object/sp-object.h
index baa2bf9c7..190f24253 100644
--- a/src/object/sp-object.h
+++ b/src/object/sp-object.h
@@ -210,6 +210,7 @@ public:
unsigned int uflags : 8;
unsigned int mflags : 8;
SPIXmlSpace xml_space;
+ Glib::ustring lang;
unsigned int hrefcount; /* number of xlink:href references */
unsigned int _total_hrefcount; /* our hrefcount + total descendants */
SPDocument *document; /* Document we are part of */