Skip to content

Commit 5072937

Browse files
author
Eric Lange
committed
Fxed naming issue
1 parent 6c3d34e commit 5072937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

liquidcore/ios/register.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ - (id) init
5555
__attribute__((constructor))
5656
static void coreJSRegistration()
5757
{
58-
[LCAddOnFactory registerAddOnFactory:@"sqlite3" factory:[[SQLite3Factory alloc] init]];
58+
[LCAddOnFactory registerAddOnFactory:@"node_sqlite3" factory:[[SQLite3Factory alloc] init]];
5959
}

0 commit comments

Comments
 (0)