mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-29 15:34:07 +02: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)
|
if (DT() >= _threshold)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user