mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-12-15 22:58:36 +03:00
TMP / Fixed logging.cpp
This commit is contained in:
@@ -23,7 +23,7 @@ class LogSink : private progressia::main::NonCopyable {
|
||||
LogSink(bool isCurrentSink);
|
||||
~LogSink();
|
||||
|
||||
LogSink(LogSink &&);
|
||||
LogSink(LogSink &&) noexcept;
|
||||
|
||||
template <typename T>
|
||||
friend const LogSink &operator<<(const LogSink &sink, const T &x) {
|
||||
|
||||
Reference in New Issue
Block a user