changeset 10:27e00625790b

Fixed: bindings were private
author Jacob Carlborg <doob@me.com>
date Thu, 09 Jul 2009 23:25:18 +0200
parents 3592b41928fe
children 07194b026fa4
files scripts/dgen.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/dgen.rb	Thu Jul 09 23:21:08 2009 +0200
+++ b/scripts/dgen.rb	Thu Jul 09 23:25:18 2009 +0200
@@ -663,7 +663,7 @@
 			if constant.type == "@"
 				@d_constants << { :name => constant.name.dup, :type => constant.declaredType.gsub("*", ""), :const => const }
 				
-				str << "private ".indent(2)
+				str << "package ".indent(2)
 				str << "const id" if const
 				str << "id" unless const				
 				str << " "