diff options
Diffstat (limited to 'include/lldb/Host/File.h')
-rw-r--r-- | include/lldb/Host/File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/File.h b/include/lldb/Host/File.h index 8219cc0..5747cb5 100644 --- a/include/lldb/Host/File.h +++ b/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); //------------------------------------------------------------------ |