summaryrefslogtreecommitdiffhomepage
path: root/ideas/stuff.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ideas/stuff.rb')
-rw-r--r--ideas/stuff.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ideas/stuff.rb b/ideas/stuff.rb
index 276a101..9e4cba7 100644
--- a/ideas/stuff.rb
+++ b/ideas/stuff.rb
@@ -56,7 +56,7 @@ mgem = BindGem.new
mgem.add_class("Color")
-mgem.add_struct(class: "Color") do |struct|
+mgem.add_struct(class: "Color", cstruct_name: "Color") do |struct|
struct.initializer = true
struct.member(
name: "r",