Browse Source

Minor fix.

merge-requests/37/head
eidheim 11 years ago
parent
commit
af513e95d9
  1. 6
      src/Diagnostic.h

6
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_
#endif // DIAGNOSTIC_H_
Loading…
Cancel
Save