Skip to content

Commit 82f0430

Browse files
committed
fix code-checker complaints
1 parent 9ff1e65 commit 82f0430

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/Tools/Multiplicity/multGlauberNBDFitter.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#include <Rtypes.h>
5050

5151
#include <cmath>
52-
#include <utility>
52+
#include <cstdint>
5353

5454
ClassImp(multGlauberNBDFitter);
5555

@@ -290,7 +290,7 @@ void multGlauberNBDFitter::SetFitRange(const double lMin, const double lMax)
290290
//________________________________________________________________
291291
void multGlauberNBDFitter::SetFitOptions(const TString& lOpt)
292292
{
293-
fFitOptions = std::move(lOpt);
293+
fFitOptions = lOpt;
294294
}
295295

296296
//________________________________________________________________

0 commit comments

Comments
 (0)