diff --git a/libgm2/libm2iso/RTco.cc b/libgm2/libm2iso/RTco.cc index 17e8010a496..190c897c0c0 100644 --- a/libgm2/libm2iso/RTco.cc +++ b/libgm2/libm2iso/RTco.cc @@ -96,7 +96,7 @@ static threadSem **semArray = NULL; /* These are used to lock the above module data structures. */ static __gthread_mutex_t lock; /* This is the only mutex for the whole module. */ -static int initialized = false; +static bool initialized = false; extern "C" int EXPORT(init) (void);