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
Branches
Tags
No related merge requests found
...@@ -263,7 +263,7 @@ public: ...@@ -263,7 +263,7 @@ public:
{ {
// Check is track-flag specified by mask are set. // Check is track-flag specified by mask are set.
return (t->fStatus & mask) > 0; return (t->GetStatus() & mask) > 0;
} }
void LoadEsdTracks() void LoadEsdTracks()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment