mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang fix
This commit is contained in:
parent
ef143b6166
commit
78cb784ab4
@ -140,8 +140,8 @@ public:
|
|||||||
Filter filter;
|
Filter filter;
|
||||||
filter.ParseFilterString(Config::getLogFilter());
|
filter.ParseFilterString(Config::getLogFilter());
|
||||||
const auto& log_file_path = log_file.empty() ? LOG_FILE : log_file;
|
const auto& log_file_path = log_file.empty() ? LOG_FILE : log_file;
|
||||||
instance = std::unique_ptr<Impl, decltype(&Deleter)>(new Impl(log_dir / log_file_path, filter),
|
instance = std::unique_ptr<Impl, decltype(&Deleter)>(
|
||||||
Deleter);
|
new Impl(log_dir / log_file_path, filter), Deleter);
|
||||||
initialization_in_progress_suppress_logging = false;
|
initialization_in_progress_suppress_logging = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user