Fix what was updated in master

This commit is contained in:
de4dot 2012-01-13 21:30:29 +01:00
parent c583891151
commit 948cdb47e3

View File

@ -114,7 +114,7 @@ namespace de4dot.code.deobfuscators.Goliath_NET {
get { return obfuscatorName; }
}
public override bool CanInlineMethods {
protected override bool CanInlineMethods {
get { return startedDeobfuscating ? options.InlineMethods : true; }
}