Skip to content

Commit 3d76609

Browse files
Merge branch 'iss-50' into develop
2 parents 461ad03 + 388f165 commit 3d76609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pthread/lock_guard.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace pthread {
4949

5050
/** The destructor release the guarded mutex.
5151
*/
52-
virtual ~lock_guard() {
52+
~lock_guard() {
5353
_mutex->unlock();
5454
}
5555

0 commit comments

Comments
 (0)