diff options
Diffstat (limited to 'lldb/source/API/SBDebugger.cpp')
-rw-r--r-- | lldb/source/API/SBDebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBDebugger.cpp b/lldb/source/API/SBDebugger.cpp index c60774c9fa7..7af83324e9f 100644 --- a/lldb/source/API/SBDebugger.cpp +++ b/lldb/source/API/SBDebugger.cpp @@ -67,7 +67,7 @@ public: if (!loader) return {}; - FileSpec file = loader->GetFile<repro::CommandInfo>(); + FileSpec file = loader->GetFile<repro::CommandProvider::Info>(); if (!file) return {}; |