mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
RotateAtTimeStrategy::mustRotate argument default to zero (argument not used anyway, class is handy elsewhere)
This commit is contained in:
parent
08dda45469
commit
3b579d9235
@ -114,7 +114,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool mustRotate(LogFile* pFile)
|
||||
bool mustRotate(LogFile* pFile = 0)
|
||||
{
|
||||
if (DT() >= _threshold)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user