Skip to content

Commit 881703b

Browse files
committed
increment class def
1 parent 3775932 commit 881703b

File tree

1 file changed

+1
-1
lines changed
  • Tracking/include/Tracking/Event

1 file changed

+1
-1
lines changed

Tracking/include/Tracking/Event/Track.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class Track {
270270
std::vector<TrackState> track_states_;
271271

272272
/// Class declaration needed by the ROOT dictionary.
273-
ClassDef(Track, 4);
273+
ClassDef(Track, 5);
274274

275275
}; // Track
276276

0 commit comments

Comments
 (0)