We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6909f55 commit e9d229dCopy full SHA for e9d229d
Core/JsRuntime/InternalInclude/Babylon/JsRuntimeScheduler.h
@@ -18,7 +18,7 @@ namespace Babylon
18
// to pump this dispatcher in its destructor to prevent deadlocks.
19
//
20
// The typical pattern for an arcana task will look something like this:
21
- // class MyClass : public ObjectWrap<MyClass>
+ // class MyClass : public Napi::ObjectWrap<MyClass>
22
// {
23
// public:
24
// ~MyClass()
0 commit comments