mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 08:27:18 +01:00
Fix osx compile.
This commit is contained in:
parent
642db98328
commit
f4917d1ec4
@ -1942,7 +1942,7 @@ String OS_OSX::get_name() const {
|
||||
#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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user