Skip to content

Commit 42fdb91

Browse files
James JohnsonTheMostDiligent
authored andcommitted
Specify return type of lambda.
1 parent db25bfe commit 42fdb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Platforms/Apple/src/AppleDebug.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
bool AppleDebug::ColoredTextSupported()
4646
{
4747
static const bool StartedFromXCode =
48-
[]()
48+
[]() -> bool
4949
{
5050
NSDictionary* environment = [[NSProcessInfo processInfo] environment];
5151
if (NSString* DtMode = [environment objectForKey:@"IDE_DISABLED_OS_ACTIVITY_DT_MODE"]) // Since XCode 15

0 commit comments

Comments
 (0)