diff options
Diffstat (limited to 'src/plugins/cppcheck/cppcheckplugin.h')
-rw-r--r-- | src/plugins/cppcheck/cppcheckplugin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/cppcheck/cppcheckplugin.h b/src/plugins/cppcheck/cppcheckplugin.h index 2c2e5d4d52..697aea6030 100644 --- a/src/plugins/cppcheck/cppcheckplugin.h +++ b/src/plugins/cppcheck/cppcheckplugin.h @@ -7,8 +7,7 @@ #include <memory> -namespace Cppcheck { -namespace Internal { +namespace Cppcheck::Internal { class CppcheckPluginPrivate; @@ -27,5 +26,4 @@ private: std::unique_ptr<CppcheckPluginPrivate> d; }; -} // namespace Internal -} // namespace Cppcheck +} // Cppcheck |