diff options
Diffstat (limited to 'src/maingui.cpp')
-rw-r--r-- | src/maingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maingui.cpp b/src/maingui.cpp index 9e7efa9c6..205d8c6d1 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -132,7 +132,7 @@ int mainGui(int argc, char *argv[]) else { client->testsInit(); - ret = client->testsExec(); + ret = Client::testsExec(); } delete2(client); VirtFs::deinit(); |