From 40cc9f9d50e998b0ce965b261ecf4d206a58618e Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 9 Jul 2014 15:52:13 +0200 Subject: emulator/opengl: refactor Thread class. + Add unit test. Change-Id: I26d84cf590f6bfff3304be3f42dc0196bcc7f6d2 --- emulator/opengl/host/renderer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulator/opengl/host/renderer/main.cpp') diff --git a/emulator/opengl/host/renderer/main.cpp b/emulator/opengl/host/renderer/main.cpp index 2c3f8e2..470e692 100644 --- a/emulator/opengl/host/renderer/main.cpp +++ b/emulator/opengl/host/renderer/main.cpp @@ -141,7 +141,7 @@ int main(int argc, char *argv[]) // // run the server listener loop // - server->Main(); + server->main(); #else // // on windows we need to handle messages for the -- cgit v1.1