Skip to content
Snippets Groups Projects
Commit 7f9d86b0 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix test build

parent fa928d36
No related branches found
No related tags found
No related merge requests found
...@@ -61,10 +61,10 @@ namespace tut ...@@ -61,10 +61,10 @@ namespace tut
struct StaticData struct StaticData
{ {
LLMutex mMutex; // LockStatic looks for mMutex std::mutex mMutex; // LockStatic looks for mMutex
bool ran{false}; bool ran{false};
}; };
typedef llthread::LockStaticLL<StaticData> LockStatic; typedef llthread::LockStatic<StaticData> LockStatic;
template<> template<> template<> template<>
void object::test<2>() void object::test<2>()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment