From 176362af06aa22c10c9f16886cb80dd19205e45b Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 8 Nov 2022 11:47:50 +0000 Subject: Make compiler/utils/ symbols hidden. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: I5e39375f16e0ff1372c35fda444a4ef33bf320bf --- compiler/utils/dedupe_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/utils/dedupe_set.h') diff --git a/compiler/utils/dedupe_set.h b/compiler/utils/dedupe_set.h index a1ba208d2c..42db8e3ca0 100644 --- a/compiler/utils/dedupe_set.h +++ b/compiler/utils/dedupe_set.h @@ -23,7 +23,7 @@ #include "base/macros.h" -namespace art { +namespace art HIDDEN { class Thread; -- cgit v1.2.3-59-g8ed1b