summaryrefslogtreecommitdiffhomepage
path: root/Kernel/KernelKit/LoaderInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/KernelKit/LoaderInterface.hpp')
-rw-r--r--Kernel/KernelKit/LoaderInterface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KernelKit/LoaderInterface.hpp b/Kernel/KernelKit/LoaderInterface.hpp
index a6b54d8b..e49e0085 100644
--- a/Kernel/KernelKit/LoaderInterface.hpp
+++ b/Kernel/KernelKit/LoaderInterface.hpp
@@ -24,7 +24,7 @@ namespace Kernel
NEWOS_COPY_DEFAULT(LoaderInterface);
public:
- virtual _Output const char* FormatAsString() = 0;
+ virtual _Output const char* AsString() = 0;
virtual _Output const char* MIME() = 0;
virtual _Output const char* Path() = 0;
virtual _Output ErrorOr<VoidPtr> FindStart() = 0;