mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +02:00
Add "static" to get internal linkage.
This commit is contained in:
parent
2a7ef2ecf0
commit
5b28e27b3d
@ -29,7 +29,7 @@
|
|||||||
#include "LongRunningOperation.h"
|
#include "LongRunningOperation.h"
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
std::recursive_mutex _operationMutex;
|
static std::recursive_mutex _operationMutex;
|
||||||
|
|
||||||
LongRunningOperation::LongRunningOperation()
|
LongRunningOperation::LongRunningOperation()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user