mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove unecessary qualification
This commit is contained in:
parent
64a1c520c6
commit
f1a1571370
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public:
|
|||
public:
|
||||
Holder(v8::Handle<T> handle, VALUE klass) {
|
||||
this->handle = v8::Persistent<T>::New(handle);
|
||||
this->value = Data_Wrap_Struct(klass, 0, &Holder::enqueue, this);
|
||||
this->value = Data_Wrap_Struct(klass, 0, &enqueue, this);
|
||||
}
|
||||
virtual ~Holder() {
|
||||
handle.Dispose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue