diff --git a/lib/checkclass.cpp b/lib/checkclass.cpp index 0504fef77..f700b85ef 100644 --- a/lib/checkclass.cpp +++ b/lib/checkclass.cpp @@ -42,6 +42,8 @@ namespace { return "constructor"; case Function::eCopyConstructor: return "copy constructor"; + case Function::eMoveConstructor: + return "move constructor"; case Function::eDestructor: return "destructor"; case Function::eFunction: