RotateAtTimeStrategy::mustRotate argument default to zero (argument not used anyway, class is handy elsewhere)

This commit is contained in:
Aleksandar Fabijanic 2008-07-07 19:08:54 +00:00
parent 08dda45469
commit 3b579d9235

View File

@ -114,7 +114,7 @@ public:
{
}
bool mustRotate(LogFile* pFile)
bool mustRotate(LogFile* pFile = 0)
{
if (DT() >= _threshold)
{