diff --git a/src/mlpack/core/util/program_doc.cpp b/src/mlpack/core/util/program_doc.cpp index 62689a406c..6a1ddf04ea 100644 --- a/src/mlpack/core/util/program_doc.cpp +++ b/src/mlpack/core/util/program_doc.cpp @@ -39,7 +39,7 @@ ProgramDoc::ProgramDoc( const std::vector> seeAlso) : programName(std::move(programName)), shortDocumentation(std::move(shortDocumentation)), - documentation(std::movie(documentation)), + documentation(std::move(documentation)), seeAlso(std::move(seeAlso)) { // Register this with CLI.