Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
439c735b
Commit
439c735b
authored
Apr 27, 2020
by
Brice Videau
Browse files
Fix attribute scopes.
parent
d72715cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ze/ze_bindings_base.rb
View file @
439c735b
...
...
@@ -115,7 +115,7 @@ module ZE
@
#{
pname
}
=
#{
pname
}
end
EOF
eval
src
class_
eval
src
end
def
self
.
add_object_array
(
aname
,
oname
,
fname
)
...
...
@@ -133,7 +133,7 @@ EOF
@
#{
aname
}
= pArr.read_array_of_pointer(count).collect { |h|
#{
oname
}
::new(h) }
end
EOF
eval
src
class_
eval
src
end
def
self
.
add_array_property
(
aname
,
sname
,
fname
)
...
...
@@ -153,7 +153,7 @@ EOF
@
#{
aname
}
=
#{
aname
}
end
EOF
eval
src
class_
eval
src
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment