Правки анализаторов

This commit is contained in:
2020-04-04 09:31:38 +03:00
parent e09a7f4e3e
commit 6e43742b2c
8 changed files with 32 additions and 30 deletions

View File

@ -9,8 +9,8 @@
namespace MF = myx::filesystem;
// Переменные для защиты экземпляра класса MF::Paths
std::atomic< MF::Paths* > MF::Paths::m_instance;
std::mutex MF::Paths::m_mutex;
std::atomic< MF::Paths* > MF::Paths::mInstance;
std::mutex MF::Paths::mMutex;
int main( int argc, char** argv )
{