diff --git a/src/engine/pathnt.cpp b/src/engine/pathnt.cpp index 6cc0da924f..8231df93af 100644 --- a/src/engine/pathnt.cpp +++ b/src/engine/pathnt.cpp @@ -47,9 +47,9 @@ struct path_key_entry { - std::atomic path = nullptr; - std::atomic key = nullptr; - std::atomic exists = false; + std::atomic path; + std::atomic key; + std::atomic exists; inline path_key_entry() : path(nullptr), key(nullptr), exists(false) {} inline ~path_key_entry() {