We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f36933 commit 3c641c0Copy full SHA for 3c641c0
1 file changed
include/correction.h
@@ -6,6 +6,7 @@
6
#include <variant>
7
#include <map>
8
#include <memory>
9
+#include <mutex>
10
#include "correctionlib_version.h"
11
12
namespace correction {
@@ -305,6 +306,7 @@ class CorrectionSet {
305
306
std::map<std::string, Correction::Ref> corrections_;
307
std::map<std::string, CompoundCorrection::Ref> compoundcorrections_;
308
std::string description_;
309
+ std::mutex py_access_lock_;
310
};
311
312
} // namespace correction
0 commit comments