mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
Now the app works again.
This commit is contained in:
parent
960dda09f2
commit
108665d430
2
main.cpp
2
main.cpp
@ -62,6 +62,8 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
MourneRoot *app_root = new MourneRoot();
|
MourneRoot *app_root = new MourneRoot();
|
||||||
app_root->setup();
|
app_root->setup();
|
||||||
|
|
||||||
|
app->set_root(app_root);
|
||||||
|
|
||||||
bool migrate = Platform::get_singleton()->arg_parser.has_arg("-m");
|
bool migrate = Platform::get_singleton()->arg_parser.has_arg("-m");
|
||||||
|
|
||||||
if (!migrate) {
|
if (!migrate) {
|
||||||
|
Loading…
Reference in New Issue
Block a user