diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 18:10:47 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-06-01 18:17:26 +0200 |
commit | c84c2e4abad318f1be98d12599787a051dce2b50 (patch) | |
tree | 1c54f25423bdf6daa78581668171edbbd4799b36 /solenv/gcc-wrappers | |
parent | dcb32a33a32665a6fa54df224fcfb2efad411567 (diff) |
fix header guard
Change-Id: I0e3216f6451fdb06a3519a042e412ca2e5147f4b
Diffstat (limited to 'solenv/gcc-wrappers')
-rw-r--r-- | solenv/gcc-wrappers/wrapper.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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: */ |