Skip to content

Commit

Permalink
refactor(desktop): clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 1, 2025
1 parent d406cde commit d64423d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/desktop/src/desktop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ struct saucer_picker_options : bindings::handle<saucer_picker_options, saucer::m
{
};

using saucer::modules::picker::type;

extern "C"
{
using saucer::modules::picker::type;

saucer_desktop *saucer_desktop_new(saucer_application *app)
{
return saucer_desktop::make(app->value().get());
Expand Down

0 comments on commit d64423d

Please sign in to comment.