version 0.1.5
[fms.git] / include / pthreadwrapper / deadlockexception.h
index 3f83736..9aa12ff 100644 (file)
@@ -9,7 +9,7 @@ namespace PThread
 class DeadlockException:public std::exception\r
 {\r
 public:\r
-       const char *what() const        { return "Deadlock Exception"; }\r
+       const char *what() const throw()        { return "Deadlock Exception"; }\r
 };\r
        \r
 }      // namespace\r