lib/openxml/docx/elements/drawing.rb in openxml-docx-0.10.0 vs lib/openxml/docx/elements/drawing.rb in openxml-docx-0.10.1
- old
+ new
@@ -1,8 +1,8 @@
module OpenXml
module Docx
module Elements
- class Drawing < Element
+ class Drawing < Container
tag :drawing
end
end
end
end