summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------helpcontent20
-rw-r--r--solenv/gcc-wrappers/wrapper.hxx6
2 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2 b/helpcontent2
-Subproject 323a42b8236d720d964e68cc530358f75210e31
+Subproject 10178deb770a99a29e299e0f3e553e25f1d3ad3
diff --git a/solenv/gcc-wrappers/wrapper.hxx b/solenv/gcc-wrappers/wrapper.hxx
index b9a0bb3fe60e..e2ffb01ca902 100644
--- a/solenv/gcc-wrappers/wrapper.hxx
+++ b/solenv/gcc-wrappers/wrapper.hxx
@@ -7,8 +7,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
-#define INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
+#ifndef INCLUDED_SOLENV_GCC_WRAPPERS_WRAPPER_HXX
+#define INCLUDED_SOLENV_GCC_WRAPPERS_WRAPPER_HXX
#include <string>
#include <iostream>
@@ -24,6 +24,6 @@ string processccargs(vector<string> rawargs);
int startprocess(string command, string args);
-#endif // INCLUDED_SOLENV_GCC-WRAPPERS_WRAPPER_HXX
+#endif // INCLUDED_SOLENV_GCC_WRAPPERS_WRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */