summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/LoaderInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/LoaderInterface.hpp')
-rw-r--r--Private/KernelKit/LoaderInterface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/KernelKit/LoaderInterface.hpp b/Private/KernelKit/LoaderInterface.hpp
index 09d0d7b5..97a12938 100644
--- a/Private/KernelKit/LoaderInterface.hpp
+++ b/Private/KernelKit/LoaderInterface.hpp
@@ -22,7 +22,7 @@ class LoaderInterface {
NEWOS_COPY_DEFAULT(LoaderInterface);
public:
- virtual _Output const char* Format() = 0;
+ virtual _Output const char* FormatAsString() = 0;
virtual _Output const char* MIME() = 0;
virtual _Output const char* Path() = 0;
virtual _Output ErrorOr<VoidPtr> FindStart() = 0;