Skip to content

Commit

Permalink
[ntuple] fix CyclicCollectionProxy inheritance (tests)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Hahnfeld <[email protected]>
  • Loading branch information
jblomer and hahnjo committed Apr 2, 2024
1 parent 41701b1 commit ef6b35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree/ntuple/v7/test/CustomStruct.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ struct Cyclic {

// Test cyclic collection proxy: we set up this class such that it is its own collection proxy inner class.
// This does not actually need to be a working collection proxy.
struct CyclicCollectionProxy : TVirtualCollectionProxy {
struct CyclicCollectionProxy : public TVirtualCollectionProxy {
// The following three functions are required by RProxiedCollectionField
static void Func_CreateIterators(void *, void **, void **, TVirtualCollectionProxy *) {}
static void *Func_Next(void *, const void *) { return nullptr; }
Expand Down

0 comments on commit ef6b35e

Please sign in to comment.