We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65dc06 commit a8e52b4Copy full SHA for a8e52b4
1 file changed
tree/ntuple/src/RMiniFile.cxx
@@ -615,7 +615,7 @@ struct RTFileControlBlock {
615
/// like a TBasket.
616
/// NOTE: out of anonymous namespace because otherwise ClassDefInline fails to compile
617
/// on some platforms.
618
-class RKeyBlob : public TKey {
+class RKeyBlob : public TKey { // NOLINT(misc-use-internal-linkage)
619
public:
620
RKeyBlob() = default;
621
0 commit comments