summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDebug/ProcessInspector.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibDebug/ProcessInspector.h')
-rw-r--r--Userland/Libraries/LibDebug/ProcessInspector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibDebug/ProcessInspector.h b/Userland/Libraries/LibDebug/ProcessInspector.h
index 315d3e520f..00672ae111 100644
--- a/Userland/Libraries/LibDebug/ProcessInspector.h
+++ b/Userland/Libraries/LibDebug/ProcessInspector.h
@@ -22,7 +22,7 @@ public:
virtual void set_registers(PtraceRegisters const&) = 0;
virtual void for_each_loaded_library(Function<IterationDecision(LoadedLibrary const&)>) const = 0;
- const LoadedLibrary* library_at(FlatPtr address) const;
+ LoadedLibrary const* library_at(FlatPtr address) const;
struct SymbolicationResult {
String library_name;
String symbol;