mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
update method name
This commit is contained in:
parent
34cc3419fa
commit
85ea4297b9
@ -66,7 +66,7 @@ public:
|
|||||||
|
|
||||||
if (max_files_ > 0)
|
if (max_files_ > 0)
|
||||||
{
|
{
|
||||||
init_filenames_q();
|
init_filenames_q_();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ protected:
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void init_filenames_q()
|
void init_filenames_q_()
|
||||||
{
|
{
|
||||||
using details::os::path_exists;
|
using details::os::path_exists;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user