Skip to content

Commit 8428c32

Browse files
fixes #42
1 parent 8117748 commit 8428c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exceptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace pthread {
2626
return _message;
2727
};
2828
#else
29-
const char *pthread_exception::what() const noexcept override{
29+
const char *pthread_exception::what() const noexcept {
3030
return _message;
3131
};
3232
#endif

0 commit comments

Comments
 (0)