summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/environment.h')
-rw-r--r--src/plugins/projectexplorer/environment.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/plugins/projectexplorer/environment.h b/src/plugins/projectexplorer/environment.h
index e0de71b031..3f7e68ea72 100644
--- a/src/plugins/projectexplorer/environment.h
+++ b/src/plugins/projectexplorer/environment.h
@@ -30,8 +30,9 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
-#ifndef ENVIRONMENT
-#define ENVIRONMENT
+
+#ifndef ENVIRONMENT_H
+#define ENVIRONMENT_H
#include "projectexplorer_export.h"
@@ -96,6 +97,6 @@ private:
QMap<QString, QString> m_values;
};
-}
+} // namespace ProjectExplorer
-#endif
+#endif // ENVIRONMENT_H