From 3b579d9235347fa04c81d478c5bfd10705de76a2 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Mon, 7 Jul 2008 19:08:54 +0000 Subject: [PATCH] RotateAtTimeStrategy::mustRotate argument default to zero (argument not used anyway, class is handy elsewhere) --- Foundation/include/Poco/RotateStrategy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/include/Poco/RotateStrategy.h b/Foundation/include/Poco/RotateStrategy.h index 2ef5c1bfa..12a5f3176 100644 --- a/Foundation/include/Poco/RotateStrategy.h +++ b/Foundation/include/Poco/RotateStrategy.h @@ -114,7 +114,7 @@ public: { } - bool mustRotate(LogFile* pFile) + bool mustRotate(LogFile* pFile = 0) { if (DT() >= _threshold) {