From 2cc7f577fc2ab24ffd4efc6f3ede33399901dd56 Mon Sep 17 00:00:00 2001 From: Madhura Jayaraman Date: Thu, 26 Sep 2024 14:24:55 -0700 Subject: [PATCH] Linter error fix --- starboard/common/optional.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starboard/common/optional.h b/starboard/common/optional.h index af0522365cae..aeb1cf8d4fc1 100644 --- a/starboard/common/optional.h +++ b/starboard/common/optional.h @@ -198,7 +198,7 @@ class optional { // == and != are already overloaded for optional, this leaves null tests, // which we use for boolean testing. class PrivateSafeBoolIdiomFakeMemberType; - typedef PrivateSafeBoolIdiomFakeMemberType optional::*SafeBoolIdiomType; + typedef PrivateSafeBoolIdiomFakeMemberType optional::* SafeBoolIdiomType; public: operator const SafeBoolIdiomType() const {