]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/commands.hxx
SGPath rename wrapper. Let's see what Win32 makes of it.
[simgear.git] / simgear / structure / commands.hxx
index 3f8a248fc7b76758c9ff08de1b4ff53a711e5d55..09f1c1bcf132799814e12a2d27be2aa47c9fbe72 100644 (file)
@@ -17,8 +17,7 @@
 #include <map>
 #include <vector>
 
-#include <OpenThreads/Mutex>
-
+#include <simgear/threads/SGThread.hxx>
 #include <simgear/math/sg_types.hxx>
 #include <simgear/props/props.hxx>
 
@@ -107,7 +106,7 @@ private:
   typedef std::map<std::string,command_t> command_map;
   command_map _commands;
 
-  static OpenThreads::Mutex _instanceMutex;
+  static SGMutex _instanceMutex;
 
 };