Skip to content

Commit d52e2aa

Browse files
committed
add llvm prefix
1 parent a3f51ca commit d52e2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Core/Telemetry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ llvm::Error TelemetryManager::preDispatch(TelemetryInfo *entry) {
6161
// Do nothing for now.
6262
// In up-coming patch, this would be where the manager
6363
// attach the session_uuid to the entry.
64-
return Error::success();
64+
return llvm::Error::success();
6565
}
6666

6767
} // namespace telemetry

0 commit comments

Comments
 (0)