Skip to content

Commit 863e93b

Browse files
committed
--single arg ctor
1 parent d5b9a43 commit 863e93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esp/metadata/managers/DatasetDiagnosticsTool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class DSDiagnosticRecord {
7070

7171
typedef std::weak_ptr<T> WeakObjRef;
7272

73-
DSDiagnosticRecord(uint32_t diagnosticsFlags)
73+
explicit DSDiagnosticRecord(uint32_t diagnosticsFlags)
7474
: _diagnosticsFlags(diagnosticsFlags) {}
7575

7676
/**

0 commit comments

Comments
 (0)