diff options
Diffstat (limited to 'src/main/java/cuchaz/enigma/gui')
| -rw-r--r-- | src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java b/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java index 8f7d6e3..9e90dae 100644 --- a/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java +++ b/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java | |||
| @@ -465,7 +465,7 @@ public class MemberMatchingGui<T extends Entry> { | |||
| 465 | protected void unmatchable() { | 465 | protected void unmatchable() { |
| 466 | 466 | ||
| 467 | // update the field matches | 467 | // update the field matches |
| 468 | m_memberMatches.makeSourceUnmatchable(m_obfSourceEntry); | 468 | m_memberMatches.makeSourceUnmatchable(m_obfSourceEntry, m_sourceDeobfuscator); |
| 469 | save(); | 469 | save(); |
| 470 | 470 | ||
| 471 | // update the ui | 471 | // update the ui |