Initialization order of members.

This commit is contained in:
Ulrich Germann 2015-11-29 17:57:04 +00:00
parent 48999749ec
commit 93df2b2f19

View File

@ -12,8 +12,8 @@ using namespace Moses;
Translator::
Translator(Server& server)
: m_threadPool(server.options().numThreads),
m_server(server)
: m_server(server),
m_threadPool(server.options().numThreads)
{
// signature and help strings are documentation -- the client
// can query this information with a system.methodSignature and