Skip to content

Commit

Permalink
--single arg ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Nov 11, 2024
1 parent d5b9a43 commit 863e93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp/metadata/managers/DatasetDiagnosticsTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DSDiagnosticRecord {

typedef std::weak_ptr<T> WeakObjRef;

DSDiagnosticRecord(uint32_t diagnosticsFlags)
explicit DSDiagnosticRecord(uint32_t diagnosticsFlags)
: _diagnosticsFlags(diagnosticsFlags) {}

/**
Expand Down

0 comments on commit 863e93b

Please sign in to comment.