From af513e95d983789b81e13b097169dd53377b6b70 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 29 Jun 2015 16:16:59 +0200 Subject: [PATCH] Minor fix. --- src/Diagnostic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Diagnostic.h b/src/Diagnostic.h index 75b58a9..04660f9 100644 --- a/src/Diagnostic.h +++ b/src/Diagnostic.h @@ -1,5 +1,5 @@ -#ifndef DIAGNOSTICS_H_ -#define DIAGNOSTICS_H_ +#ifndef DIAGNOSTIC_H_ +#define DIAGNOSTIC_H_ #include "TranslationUnit.h" namespace clang { @@ -17,4 +17,4 @@ namespace clang { }; } -#endif // DIAGNOSTICS_H_ \ No newline at end of file +#endif // DIAGNOSTIC_H_ \ No newline at end of file