We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b9a43 commit 863e93bCopy full SHA for 863e93b
src/esp/metadata/managers/DatasetDiagnosticsTool.h
@@ -70,7 +70,7 @@ class DSDiagnosticRecord {
70
71
typedef std::weak_ptr<T> WeakObjRef;
72
73
- DSDiagnosticRecord(uint32_t diagnosticsFlags)
+ explicit DSDiagnosticRecord(uint32_t diagnosticsFlags)
74
: _diagnosticsFlags(diagnosticsFlags) {}
75
76
/**
0 commit comments