[olympic/studio] Make studio::run static

This commit is contained in:
Gary Talent 2024-04-21 10:23:55 -05:00
parent 057738088e
commit 189ba4c545

View File

@ -56,7 +56,7 @@ static ox::Error runApp(
return err; return err;
} }
ox::Error run( static ox::Error run(
ox::CRStringView appName, ox::CRStringView appName,
ox::CRStringView projectDataDir, ox::CRStringView projectDataDir,
int, int,