Skip to content

Commit

Permalink
Fix skiko.mjs import name (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatkovIvan authored Mar 21, 2024
1 parent a776361 commit 4f22664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ class RTreeFactory : BBHFactory {
private external fun RTreeFactory_nMake(): NativePointer

@ExternalSymbolName("org_jetbrains_skia_BBHFactory__1nGetFinalizer")
@ModuleImport("./skiko.mjs", "org_jetbrains_skia_BBHFactory_1nGetFinalizer")
@ModuleImport("./skiko.mjs", "org_jetbrains_skia_BBHFactory__1nGetFinalizer")
private external fun BBHFactory_nGetFinalizer(): NativePointer

0 comments on commit 4f22664

Please sign in to comment.