Skip to content

Commit f1d6d09

Browse files
[nrf toup][nrfconnect] Allow inheriting DiagnosticDataProviderImplNrf
The default constructor of DiagnosticDataProviderImplNrf must be protected instead of private to allow inheriting it in the user's implementation. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent c982612 commit f1d6d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/nrfconnect/DiagnosticDataProviderImplNrf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class DiagnosticDataProviderImplNrf : public DiagnosticDataProviderImpl
5050

5151
static DiagnosticDataProviderImplNrf & GetDefaultInstance();
5252

53-
private:
53+
protected:
5454
DiagnosticDataProviderImplNrf() = default;
5555
};
5656

0 commit comments

Comments
 (0)