diff options
Diffstat (limited to 'lldb/scripts/Python/interface/SBFileSpecList.i')
-rw-r--r-- | lldb/scripts/Python/interface/SBFileSpecList.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/Python/interface/SBFileSpecList.i b/lldb/scripts/Python/interface/SBFileSpecList.i index 5ad4742d687..38a6f43bdc7 100644 --- a/lldb/scripts/Python/interface/SBFileSpecList.i +++ b/lldb/scripts/Python/interface/SBFileSpecList.i @@ -34,7 +34,7 @@ public: Clear(); uint32_t - FindFileIndex (uint32_t idx, const SBFileSpec &sb_file); + FindFileIndex (uint32_t idx, const SBFileSpec &sb_file, bool full); const SBFileSpec GetFileSpecAtIndex (uint32_t idx) const; |