aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Target/PathMappingList.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/PathMappingList.h')
-rw-r--r--include/lldb/Target/PathMappingList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/PathMappingList.h b/include/lldb/Target/PathMappingList.h
index b5bcbbfd768f..17185cb68495 100644
--- a/include/lldb/Target/PathMappingList.h
+++ b/include/lldb/Target/PathMappingList.h
@@ -78,7 +78,7 @@ public:
bool notify);
bool
- Remove (off_t index, bool notify);
+ Remove (size_t index, bool notify);
bool
Remove (const ConstString &path, bool notify);