Правки анализаторов
This commit is contained in:
@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user