diff options
Diffstat (limited to 'lldb/include/lldb/Host/File.h')
-rw-r--r-- | lldb/include/lldb/Host/File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Host/File.h b/lldb/include/lldb/Host/File.h index 8219cc06fdc..5747cb5adcf 100644 --- a/lldb/include/lldb/Host/File.h +++ b/lldb/include/lldb/Host/File.h @@ -470,7 +470,7 @@ public: GetPermissions(Error &error) const; static uint32_t - GetPermissions (const char *path, Error &error); + GetPermissions(const FileSpec &file_spec, Error &error); //------------------------------------------------------------------ |