diff --git a/compilerplugins/clang/passstuffbyref.cxx b/compilerplugins/clang/passstuffbyref.cxx index 8c4006b43f8a..5ffec998059c 100644 --- a/compilerplugins/clang/passstuffbyref.cxx +++ b/compilerplugins/clang/passstuffbyref.cxx @@ -185,7 +185,7 @@ bool PassStuffByRef::isFat(QualType type) { && compiler.getASTContext().getTypeSizeInChars(t2).getQuantity() > 64; } -loplugin::Plugin::Registration< PassStuffByRef > X("passstuffbyref", false); +loplugin::Plugin::Registration< PassStuffByRef > X("passstuffbyref"); }