lib/openxml/docx/parts/header.rb in openxml-docx-0.10.0 vs lib/openxml/docx/parts/header.rb in openxml-docx-0.10.1
- old
+ new
@@ -5,13 +5,14 @@
include RootNamespaces
use_namespaces :wpc, :mo, :mv, :o, :r, :m, :v, :wp14, :wp, :w10, :w14, :w15, :wpg, :wpi, :wne, :wps, :w, :mc, :a, :a14
can_ignore :w14, :w15, :wp14, :a14
- attr_reader :children
+ attr_reader :children, :relationships
def initialize
@children = []
+ @relationships = OpenXml::Parts::Rels.new
end
def <<(child)
children << child
end