diff options
Diffstat (limited to 'src/plugins/qt4projectmanager/msvcenvironment.h')
-rw-r--r-- | src/plugins/qt4projectmanager/msvcenvironment.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/qt4projectmanager/msvcenvironment.h b/src/plugins/qt4projectmanager/msvcenvironment.h index 7354e5706b9..85b4150f9a8 100644 --- a/src/plugins/qt4projectmanager/msvcenvironment.h +++ b/src/plugins/qt4projectmanager/msvcenvironment.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef MSVCENVIRONMENT_H #define MSVCENVIRONMENT_H @@ -59,6 +60,7 @@ private: mutable bool m_valuesSet; }; -} -} -#endif +} // namespace Internal +} // namespace Qt4ProjectManager + +#endif // MSVCENVIRONMENT_H |