Skip to content
Snippets Groups Projects
Commit ef594380 authored by Marina Bertolino's avatar Marina Bertolino
Browse files

ENH: add const at the param in KMeansClassification

parent 9d1e0f60
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ private:
KMeansFileNamesHandler fileNames;
std::string fieldName = "field";
const std::string fieldName = "field";
fileNames.CreateTemporaryFileNames(GetParameterString( "out" ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment