update method name

This commit is contained in:
weiy 2020-01-19 17:29:17 +08:00
parent 34cc3419fa
commit 85ea4297b9

View File

@ -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;