aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/types/any.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/types/any.h')
-rw-r--r--absl/types/any.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/types/any.h b/absl/types/any.h
index 2e7bf21..cee9cd3 100644
--- a/absl/types/any.h
+++ b/absl/types/any.h
@@ -373,6 +373,7 @@ class any {
return typeid(void);
}
#endif // ABSL_ANY_DETAIL_HAS_RTTI
+
private:
// Tagged type-erased abstraction for holding a cloneable object.
class ObjInterface {