Skip to content

Commit 388f165

Browse files
fixes #50
1 parent 461ad03 commit 388f165

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)