diff options
Diffstat (limited to 'compilerplugins/clang/sallogareas.cxx')
-rw-r--r-- | compilerplugins/clang/sallogareas.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/sallogareas.cxx b/compilerplugins/clang/sallogareas.cxx index 7e6c187d7e9a..1a3a651a7959 100644 --- a/compilerplugins/clang/sallogareas.cxx +++ b/compilerplugins/clang/sallogareas.cxx @@ -131,4 +131,6 @@ void SalLogAreas::readLogAreas() report( DiagnosticsEngine::Warning, "error reading log areas [loplugin]" ); } +static Plugin::Registration< SalLogAreas > X( "sallogareas" ); + } // namespace |