We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f655ccf commit 3040fbeCopy full SHA for 3040fbe
2 files changed
libs/core/task.cpp
@@ -117,7 +117,7 @@ static void taskQueueThread(TaskQueue * ptr) {
117
118
//===========================================================================
119
static void setThreads_LK(
120
- unique_lock<mutex> & lk,
+ const unique_lock<mutex> & lk,
121
TaskQueue * q,
122
size_t threads
123
) {
libs/file/file.cpp
@@ -182,7 +182,7 @@ void FileAppendStream::close() {
182
183
184
static void write_LK(
185
186
IFileWriteNotify * notify,
187
FileAppendStream::Impl * impl
188
0 commit comments