Skip to content
Snippets Groups Projects
Commit 5ca47761 authored by Rene Brun's avatar Rene Brun
Browse files

Fix a compilation warning reported by the nightlies

git-svn-id: http://root.cern.ch/svn/root/trunk@36079 27541ba8-7e3a-0410-8455-c3a389f83636
parent d5e4c1e9
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ void TQtMarker::SetMarkerAttributes(const TAttMarker& markerAttributes)
// Map Qt marker attributes to ROOT TAttMaker parameters
fCindex = markerAttributes.GetMarkerColor();
SetPenAttributes(markerAttributes.GetMarkerStyle());
fNumNode = markerAttributes.GetMarkerSize();
fNumNode = Int_t(markerAttributes.GetMarkerSize());
}
//______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment