use namespace

This commit is contained in:
yggverse 2024-08-04 23:09:30 +03:00
parent cc262ea69d
commit a67b5ad018
3 changed files with 17 additions and 14 deletions

View file

@ -4,7 +4,7 @@ void activate(
GtkApplication *application
) {
// Init default component
new YodaBrowser(
new Yoda::Browser(
application
);
}