Skip to content

Commit

Permalink
Linter error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurajayaraman committed Sep 26, 2024
1 parent 7758592 commit 2cc7f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/common/optional.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2cc7f57

Please sign in to comment.