Skip to content

Commit

Permalink
fix(app): acquire is now init
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 5, 2025
1 parent 7e0297b commit 4d13313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

extern "C"
{
saucer_application *saucer_application_acquire(saucer_options *options)
saucer_application *saucer_application_init(saucer_options *options)
{
return saucer_application::from(saucer::application::init(options->value()));
}
Expand Down

0 comments on commit 4d13313

Please sign in to comment.