From f2f072333c2d5dc03f484efcfc98a803c6c6b432 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Mon, 7 Oct 2024 23:36:45 -0600 Subject: [PATCH] Fix formatting inconsistency --- src/SFML/Window/macOS/WindowImplCocoa.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SFML/Window/macOS/WindowImplCocoa.mm b/src/SFML/Window/macOS/WindowImplCocoa.mm index c920a8b40..4ee73783f 100644 --- a/src/SFML/Window/macOS/WindowImplCocoa.mm +++ b/src/SFML/Window/macOS/WindowImplCocoa.mm @@ -116,7 +116,6 @@ WindowImplCocoa::WindowImplCocoa(WindowHandle handle) } else { - sf::err() << "Cannot import this Window Handle because it is neither " << "a nor object " << "(or any of their subclasses). You gave a <" << [[nsHandle className] UTF8String] << "> object."