Skip to content
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.

Commit

Permalink
Fix Relinking tool only applying the last operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulon committed May 29, 2013
1 parent 61c29ca commit e60835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RelinkingModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ RelinkingModel::commitChanges()
return;
}

Relinker new_relinker;
Relinker new_relinker(*m_ptrRelinker);
int modified_rowspan_begin = -1;

int row = -1;
Expand Down

0 comments on commit e60835f

Please sign in to comment.