1
0
Fork 0
This commit is contained in:
Jan Steemann 2012-09-14 08:47:56 +02:00
parent 5bdcbe715a
commit 1b6efb38d9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace triagens {
/// @brief end the transaction
////////////////////////////////////////////////////////////////////////////////
~Transaction () {
virtual ~Transaction () {
end();
}