GP-3293: Fixing compilation issue

This commit is contained in:
Ryan Kurtz 2023-04-14 15:11:33 -04:00
parent 871d6d951a
commit 687691f5c5

View file

@ -355,7 +355,7 @@ public class RecoverClassesFromRTTIScript extends GhidraScript {
return ("There is no open program");
}
if (!GhidraProgramUtilities.isAnalyzedFlagSet(currentProgram)) {
if (!GhidraProgramUtilities.isAnalyzed(currentProgram)) {
return ("The program has not been analyzed. Please run auto-analysis and make sure " +
"the RTTI analzer is one of the analyzers enabled.");
}