aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/odf.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-01-23 21:40:41 -0500
committerRalph Amissah <ralph@amissah.com>2012-01-23 21:40:54 -0500
commit3d6deb1d4a0e3a8ab8294e441cf2c0ff1075e4c6 (patch)
treedb49ede3ba9b0b8e23789441f31a2510a9219807 /lib/sisu/v3dv/odf.rb
parentv3dv: sysenv, use "which" instead of "whereis" to locate programs, test (diff)
v3dv: call most methods by full name (include associated module & class names)
* messing with code, merge back now likely to become v3.2
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