[nostalgia] Cleanup

This commit is contained in:
Gary Talent 2020-10-15 21:46:34 -05:00
parent 40cf65d509
commit ec359a805e
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ static int eventHandler(core::Context *ctx) {
return 16;
}
ox::Error run(ox::FileSystem *fs) {
static ox::Error run(ox::FileSystem *fs) {
core::Context ctx;
ctx.rom = fs;
oxReturnError(core::init(&ctx));

View File

@ -17,8 +17,8 @@ class Context {
public:
QString appName;
QString orgName;
QWidget* tabParent = nullptr;
const class Project* project = nullptr;
QWidget *tabParent = nullptr;
const class Project *project = nullptr;
};
}