X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest_session2.cpp;h=394e3c971ed9df500ef477a3d9d6be1a4e8a2883;hb=e8f88ae9eb36023af537c24847744f57e6bf6c4e;hp=5ff41f5185653a653e70853bacad395092fae5c6;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/test_session2.cpp b/src/test_session2.cpp index 5ff41f5..394e3c9 100644 --- a/src/test_session2.cpp +++ b/src/test_session2.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -38,7 +38,7 @@ class Worker { public: Worker(int nr = 0) - : m_nr(nr){}; + : m_nr(nr), m_id(0) {}; void operator() (void) { for (int i=0; i < 100; ++i)