diff options
Diffstat (limited to 'src/plugins/pythoneditor/tools/lexical/pythonscanner.h')
-rw-r--r-- | src/plugins/pythoneditor/tools/lexical/pythonscanner.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/pythoneditor/tools/lexical/pythonscanner.h b/src/plugins/pythoneditor/tools/lexical/pythonscanner.h index f51ca19e81..ce01ea0f03 100644 --- a/src/plugins/pythoneditor/tools/lexical/pythonscanner.h +++ b/src/plugins/pythoneditor/tools/lexical/pythonscanner.h @@ -27,8 +27,8 @@ ** ****************************************************************************/ -#ifndef PYTHONEDITOR_SCANNER_H -#define PYTHONEDITOR_SCANNER_H +#ifndef PYTHONSCANNER_H +#define PYTHONSCANNER_H #include "pythonformattoken.h" #include "sourcecodestream.h" @@ -90,4 +90,4 @@ private: } // namespace Internal } // namespace PythonEditor -#endif // PYTHONEDITOR_SCANNER_H +#endif // PYTHONSCANNER_H |