diff options
Diffstat (limited to 'lib/GR/BugReporter.cpp')
-rw-r--r-- | lib/GR/BugReporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GR/BugReporter.cpp b/lib/GR/BugReporter.cpp index dedbd702bc..769e2b9c4d 100644 --- a/lib/GR/BugReporter.cpp +++ b/lib/GR/BugReporter.cpp @@ -30,7 +30,7 @@ #include <queue> using namespace clang; -using namespace GR; +using namespace ento; BugReporterVisitor::~BugReporterVisitor() {} BugReporterContext::~BugReporterContext() { |