use const word& instead of word in parameter list

oops .. here as well
This commit is contained in:
dqueteschiner
2015-03-31 16:31:36 +02:00
parent ededde9190
commit d387a2117f

View File

@ -60,8 +60,8 @@ noProbe::noProbe
(
const dictionary& dict,
cfdemCloud& sm,
word typeName,
const char* logFileName
const word& typeName,
const char* logFileName
)
:
probeModel(dict,sm,typeName,logFileName)