diff options
Diffstat (limited to 'include/lldb/lldb-private-interfaces.h')
| -rw-r--r-- | include/lldb/lldb-private-interfaces.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/lldb-private-interfaces.h b/include/lldb/lldb-private-interfaces.h index 6bc8dadaebff..8775ce6bc565 100644 --- a/include/lldb/lldb-private-interfaces.h +++ b/include/lldb/lldb-private-interfaces.h @@ -35,7 +35,7 @@ namespace lldb_private      typedef lldb::CommandObjectSP (*LanguageRuntimeGetCommandObject) (CommandInterpreter& interpreter);      typedef SystemRuntime *(*SystemRuntimeCreateInstance) (Process *process);      typedef lldb::PlatformSP (*PlatformCreateInstance) (bool force, const ArchSpec *arch); -    typedef lldb::ProcessSP (*ProcessCreateInstance) (lldb::TargetSP target_sp, Listener &listener, const FileSpec *crash_file_path); +    typedef lldb::ProcessSP (*ProcessCreateInstance) (lldb::TargetSP target_sp, lldb::ListenerSP listener_sp, const FileSpec *crash_file_path);      typedef lldb::ScriptInterpreterSP (*ScriptInterpreterCreateInstance)(CommandInterpreter &interpreter);      typedef SymbolFile* (*SymbolFileCreateInstance) (ObjectFile* obj_file);      typedef SymbolVendor* (*SymbolVendorCreateInstance) (const lldb::ModuleSP &module_sp, lldb_private::Stream *feedback_strm);   // Module can be NULL for default system symbol vendor  | 
