summaryrefslogtreecommitdiff
path: root/tools/llvm-db/CLIDebugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db/CLIDebugger.h')
-rw-r--r--tools/llvm-db/CLIDebugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/CLIDebugger.h b/tools/llvm-db/CLIDebugger.h
index 349c5e69a3..0595b3deba 100644
--- a/tools/llvm-db/CLIDebugger.h
+++ b/tools/llvm-db/CLIDebugger.h
@@ -24,7 +24,7 @@ namespace llvm {
struct SourceLanguage;
class ProgramInfo;
class RuntimeInfo;
- struct LLVMContext;
+ class LLVMContext;
/// CLIDebugger - This class implements the command line interface for the
/// LLVM debugger.