Merge branch 'sqlite' of gitlab.com:zvon/tv_rename_cpp into sqlite
This commit is contained in:
commit
e50c3317a2
@ -79,11 +79,11 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
DIR *d;
|
DIR *d{};
|
||||||
const struct dirent *current_entry;
|
const struct dirent *current_entry{};
|
||||||
#else
|
#else
|
||||||
HANDLE hFind;
|
HANDLE hFind{};
|
||||||
WIN32_FIND_DATA data;
|
WIN32_FIND_DATA data{};
|
||||||
bool ended{ false };
|
bool ended{ false };
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user