mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
RotateAtTimeStrategy::mustRotate argument default to zero (argument not used anyway, class is handy elsewhere)
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
bool mustRotate(LogFile* pFile)
|
bool mustRotate(LogFile* pFile = 0)
|
||||||
{
|
{
|
||||||
if (DT() >= _threshold)
|
if (DT() >= _threshold)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user