diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java b/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java index 968a7cdfd5..1763ec2447 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/util/opinion/AbstractLibrarySupportLoader.java @@ -1022,7 +1022,7 @@ public abstract class AbstractLibrarySupportLoader extends AbstractProgramLoader * @param fsRef A {@link FileSystemRef} * @param fsPath A {@link Path} relative to the root of the file system, or null for the root */ - private record FileSystemSearchPath(FileSystemRef fsRef, Path fsPath) {} + protected record FileSystemSearchPath(FileSystemRef fsRef, Path fsPath) {} /** * Gets a {@link List} of priority-ordered custom {@link FileSystemSearchPath}s used to search