diff --git a/src/ServerMain.cpp b/src/ServerMain.cpp index ccbf3a4..7bde3cb 100644 --- a/src/ServerMain.cpp +++ b/src/ServerMain.cpp @@ -6,7 +6,7 @@ #include -void ConsoleLoop(Nz::Application& app, blitz::server::Server& server) { +void ConsoleLoop(Nz::ApplicationBase& app, blitz::server::Server& server) { std::string line; while (true) { getline(std::cin, line);