diff options
| author | Roberto Raggi <[email protected]> | 2010-05-28 17:17:11 +0200 |
|---|---|---|
| committer | Roberto Raggi <[email protected]> | 2010-05-28 17:17:11 +0200 |
| commit | a31de2c37a7ffc11e3f16361c3d08ff4a2208c61 (patch) | |
| tree | 6c757999666d37d3595c3068ec18e22a067080cb /src/libs/cplusplus/SimpleLexer.h | |
| parent | 344e0b9ca7a745869de087e81f22a0c0776b9193 (diff) | |
Fixed header protection.
Diffstat (limited to 'src/libs/cplusplus/SimpleLexer.h')
| -rw-r--r-- | src/libs/cplusplus/SimpleLexer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/cplusplus/SimpleLexer.h b/src/libs/cplusplus/SimpleLexer.h index 5046b0f6dbd..f3af52b6b68 100644 --- a/src/libs/cplusplus/SimpleLexer.h +++ b/src/libs/cplusplus/SimpleLexer.h @@ -26,8 +26,8 @@ ** contact the sales department at http://qt.nokia.com/contact. ** **************************************************************************/ -#ifndef SIMPLELEXER_H -#define SIMPLELEXER_H +#ifndef CPLUSPLUS_SIMPLELEXER_H +#define CPLUSPLUS_SIMPLELEXER_H #include <CPlusPlusForwardDeclarations.h> @@ -143,4 +143,4 @@ private: } // end of namespace CPlusPlus -#endif // SIMPLELEXER_H +#endif // CPLUSPLUS_SIMPLELEXER_H |
