diff options
Diffstat (limited to 'lib/GR/BugReporterVisitors.cpp')
-rw-r--r-- | lib/GR/BugReporterVisitors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GR/BugReporterVisitors.cpp b/lib/GR/BugReporterVisitors.cpp index f56d053832..78b5ad66ab 100644 --- a/lib/GR/BugReporterVisitors.cpp +++ b/lib/GR/BugReporterVisitors.cpp @@ -20,7 +20,7 @@ #include "clang/GR/PathSensitive/GRState.h" using namespace clang; -using namespace GR; +using namespace ento; //===----------------------------------------------------------------------===// // Utility functions. |