Skip to content

Commit

Permalink
Add missing lcio::
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Nov 26, 2023
1 parent c275032 commit 1039a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/lccd/DBFileHandler.hh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace lccd {
ValidityVector _valVec{} ;

/** The LCIO input file reader */
LCReader* _lcReader = nullptr ;
lcio::LCReader* _lcReader = nullptr ;

/** The registered default collection */
lcio::LCCollection* _defaultCollection = nullptr ;
Expand Down

0 comments on commit 1039a1b

Please sign in to comment.