X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fcommands.hxx;h=09f1c1bcf132799814e12a2d27be2aa47c9fbe72;hb=c82df0590dd46347e2f1d0dca4cc3712f67f3654;hp=3f8a248fc7b76758c9ff08de1b4ff53a711e5d55;hpb=0c55a4d7bbdd71d162312efc56d57f9273b1c83c;p=simgear.git diff --git a/simgear/structure/commands.hxx b/simgear/structure/commands.hxx index 3f8a248f..09f1c1bc 100644 --- a/simgear/structure/commands.hxx +++ b/simgear/structure/commands.hxx @@ -17,8 +17,7 @@ #include #include -#include - +#include #include #include @@ -107,7 +106,7 @@ private: typedef std::map command_map; command_map _commands; - static OpenThreads::Mutex _instanceMutex; + static SGMutex _instanceMutex; };