summaryrefslogtreecommitdiff
path: root/ext/dl/lib
diff options
context:
space:
mode:
authorttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-10 23:05:52 +0000
committerttate <ttate@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-10 23:05:52 +0000
commitd7ff98037597614e1ff629fd416077271dd73f2b (patch)
treefaf883fd79343e58cb92e8770bef3fd61543a040 /ext/dl/lib
parent53d7b3df7d108593def13abc91888c92c04298de (diff)
CUnionEntity should inherit CStructEntity.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/lib')
-rw-r--r--ext/dl/lib/dl/struct.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dl/lib/dl/struct.rb b/ext/dl/lib/dl/struct.rb
index 0bdc25a879..ba7e81eaf9 100644
--- a/ext/dl/lib/dl/struct.rb
+++ b/ext/dl/lib/dl/struct.rb
@@ -160,7 +160,7 @@ module DL
end
end
- class CUnionEntity < CStruct
+ class CUnionEntity < CStructEntity
include PackInfo
def CUnionEntity.malloc(types, func=nil)