Skip to content

Commit 4a33ae8

Browse files
committed
fixup! Refactor Info Report - [MOD-9321] (#650)
1 parent c39daee commit 4a33ae8

File tree

1 file changed

+1
-1
lines changed
  • src/VecSim/algorithms/svs

1 file changed

+1
-1
lines changed

src/VecSim/algorithms/svs/svs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ class SVSIndex : public VecSimIndexAbstract<svs_details::vecsim_dt<DataType>, fl
258258
return info;
259259
}
260260

261-
VecSimIndexDInfo debugInfo() const override {
261+
VecSimIndexDebugInfo debugInfo() const override {
262262
VecSimIndexDebugInfo info;
263263
info.commonInfo = this->getCommonInfo();
264264
info.commonInfo.basicInfo.algo = VecSimAlgo_SVS;

0 commit comments

Comments
 (0)