From: serassio <> Date: Sun, 3 Sep 2006 01:26:46 +0000 (+0000) Subject: Fix build error of testEventLoop using gcc 4.1 X-Git-Tag: SQUID_3_0_PRE5~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43d8f31dab90466d818ac4177eb01b9f4734959d;p=thirdparty%2Fsquid.git Fix build error of testEventLoop using gcc 4.1 --- diff --git a/src/tests/testEventLoop.cc b/src/tests/testEventLoop.cc index f4a14aa9e6..1df52b6082 100644 --- a/src/tests/testEventLoop.cc +++ b/src/tests/testEventLoop.cc @@ -232,7 +232,7 @@ class StubTime : public TimeEngine { public: - StubTime::StubTime() : calls(0) {} + StubTime() : calls(0) {} int calls; void tick()