Skip to content

Commit

Permalink
Fix osx compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Nov 16, 2024
1 parent 642db98 commit f4917d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/osx/os_osx.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ static void displays_arrangement_changed(CGDirectDisplayID display_id, CGDisplay
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101200
class OSXTerminalLogger : public StdLogger {
public:
virtual void log_error(const char *p_function, const char *p_file, int p_line, const char *p_code, const char *p_rationale, ErrorType p_type = ERR_ERROR, bool p_force) {
virtual void log_error(const char *p_function, const char *p_file, int p_line, const char *p_code, const char *p_rationale, ErrorType p_type = ERR_ERROR, bool p_force = false) {
if (!p_force && !should_log(true)) {
return;
}
Expand Down

0 comments on commit f4917d1

Please sign in to comment.