aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/odf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v3dv/odf.rb')
-rw-r--r--lib/sisu/v3dv/odf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/odf.rb b/lib/sisu/v3dv/odf.rb
index 4b90c543..8f1f60b4 100644
--- a/lib/sisu/v3dv/odf.rb
+++ b/lib/sisu/v3dv/odf.rb
@@ -675,7 +675,7 @@ WOK
content << @@odf[:body]
content << @@odf[:metadata]
content << @@odf[:tail]
- Output.new(content,@md,@env).odf
+ SiSU_ODF::Source::Output.new(content,@md,@env).odf
@@odf[:head],@@odf[:body],@@odf[:tail],@@odf[:metadata]=[],[],[],[]
end
end