Skip to content

Commit 1ecbe48

Browse files
authored
Update CommandInterpreter.cpp
1 parent 220554a commit 1ecbe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Interpreter/CommandInterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ bool CommandInterpreter::HandleCommand(const char *command_line,
18911891
telemetry::TelemetryManager::GetInstance()
18921892
->GetConfig()
18931893
->detailed_command_telemetry;
1894-
const int command_id = telemetry::CommandInfo::GetNextId();
1894+
const int command_id = telemetry::CommandInfo::GetNextID();
18951895

18961896
std::string command_string(command_line);
18971897
std::string original_command_string(command_string);

0 commit comments

Comments
 (0)