Skip to content

Commit f8da5b5

Browse files
committed
Fix visibility
1 parent d40f472 commit f8da5b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/search/test_search.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ class MakeNonTrivialTests : public ::testing::TestWithParam<bool> {
546546
search = pcl::make_shared<pcl::search::BruteForce<pcl::PointXYZ>>(GetParam());
547547
}
548548

549+
protected:
549550
std::vector<Indices> test_indices = {{1, 2, 3, 4, 5, 6, 7, 8, 9},
550551
{1, 1, 2, 3, 1, 1, 1, 4, 5}};
551552
std::vector<std::vector<float>> test_distances = {{0, 0, 0.0001, 2, 5, 0, 0, 0, 10},

0 commit comments

Comments
 (0)