summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/PEFCodeManager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/PEFCodeManager.hxx')
-rw-r--r--Private/KernelKit/PEFCodeManager.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/KernelKit/PEFCodeManager.hxx b/Private/KernelKit/PEFCodeManager.hxx
index 1f5269ae..80ac6e90 100644
--- a/Private/KernelKit/PEFCodeManager.hxx
+++ b/Private/KernelKit/PEFCodeManager.hxx
@@ -45,6 +45,7 @@ class PEFLoader : public LoaderInterface {
private:
Ref<StringView> fPath;
VoidPtr fCachedBlob;
+ bool fFatBinary;
bool fBad;
};