Skip to content

Commit fb32593

Browse files
committed
unMassFitter.C: constParameter
1 parent e91d1c6 commit fb32593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Macros/runMassFitter.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ void divideCanvas(TCanvas* canvas, int nSliceVarBins)
622622
}
623623
}
624624

625-
int main(int argc, char* argv[])
625+
int main(int argc, const char* argv[])
626626
{
627627
if (argc == 1) {
628628
throw std::runtime_error("Not enough arguments. Please use\n./runMassFitter configFileName");

0 commit comments

Comments
 (0)