semaphore bugfix!

This commit is contained in:
ozzay 2014-12-23 12:40:03 +01:00 committed by Thulinma
parent 4d9f4da3f1
commit bca9546d6d
2 changed files with 4 additions and 5 deletions

View file

@ -70,7 +70,7 @@ namespace IPC {
#else
sem_t * mySem;
#endif
char * myName;
std::string myName;
};
///\brief A class used as a semaphore guard