Add "static" to get internal linkage.

pull/120/head
Andreas Jönsson 10 years ago
parent 2a7ef2ecf0
commit 5b28e27b3d

@ -29,7 +29,7 @@
#include "LongRunningOperation.h"
#include <mutex>
std::recursive_mutex _operationMutex;
static std::recursive_mutex _operationMutex;
LongRunningOperation::LongRunningOperation()
{

Loading…
Cancel
Save