Skip to content
Snippets Groups Projects
Commit 5ac56bfd authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

mutuable correctness in obj reader and writer

parent cde88743
No related branches found
No related tags found
1 merge request!286skill provider usability updates
......@@ -58,7 +58,7 @@ namespace armarx::armem::grasping::known_grasps
armem::client::MemoryNameSystem& memoryNameSystem;
armem::client::Reader memoryReader;
std::mutex memoryWriterMutex;
mutable std::mutex memoryWriterMutex;
};
......
......@@ -60,7 +60,7 @@ namespace armarx::armem::obj::instance
armem::client::MemoryNameSystem& memoryNameSystem;
armem::client::Writer memoryWriter;
std::mutex memoryWriterMutex;
mutable std::mutex memoryWriterMutex;
};
......
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