Skip to content
Snippets Groups Projects
Commit 1e90c5f1 authored by Matevz Tadel's avatar Matevz Tadel
Browse files

From Bertrand: fix to run in compiled mode on windows.

git-svn-id: http://root.cern.ch/svn/root/trunk@31414 27541ba8-7e3a-0410-8455-c3a389f83636
parent 85824d78
No related branches found
No related tags found
No related merge requests found
......@@ -263,7 +263,7 @@ public:
{
// Check is track-flag specified by mask are set.
return (t->fStatus & mask) > 0;
return (t->GetStatus() & mask) > 0;
}
void LoadEsdTracks()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment