summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/filecontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/filecontext.h b/ui/filecontext.h
index e9b37267..53b108f5 100644
--- a/ui/filecontext.h
+++ b/ui/filecontext.h
@@ -106,6 +106,7 @@ class BINARYNINJAUIAPI FileContext : public FileContextBase, public BinaryNinja:
void resumeSync() { m_suspendSync = false; }
static FileContext* newFile();
+ static FileContext* newMappedFile(PlatformRef platform);
static FileContext* openFilename(const QString& path);
static const std::set<FileContext*>& getOpenFileContexts();
};