aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Host/Symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/Symbols.h')
-rw-r--r--include/lldb/Host/Symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/Symbols.h b/include/lldb/Host/Symbols.h
index d6c86333d709..0ca864c8c85c 100644
--- a/include/lldb/Host/Symbols.h
+++ b/include/lldb/Host/Symbols.h
@@ -29,7 +29,7 @@ public:
// Locating the file should happen only on the local computer or using
// the current computers global settings.
//----------------------------------------------------------------------
- static FileSpec
+ static ModuleSpec
LocateExecutableObjectFile (const ModuleSpec &module_spec);
//----------------------------------------------------------------------