Unverified Commit 001e22eb authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update registry.h

parent e8a726df
...@@ -192,7 +192,7 @@ private: ...@@ -192,7 +192,7 @@ private:
}; };
#ifdef SPDLOG_NO_REGISTRY_MUTEX #ifdef SPDLOG_NO_REGISTRY_MUTEX
#include "../details/null_mutex.h" #include "spdlog/details/null_mutex.h"
using registry = registry_t<spdlog::details::null_mutex>; using registry = registry_t<spdlog::details::null_mutex>;
#else #else
#include <mutex> #include <mutex>
...@@ -200,4 +200,4 @@ using registry = registry_t<std::mutex>; ...@@ -200,4 +200,4 @@ using registry = registry_t<std::mutex>;
#endif #endif
} // namespace details } // namespace details
} // namespace spdlog } // namespace spdlog
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment