diff options
Diffstat (limited to 'tools/llvm-db/CLIDebugger.h')
-rw-r--r-- | tools/llvm-db/CLIDebugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/CLIDebugger.h b/tools/llvm-db/CLIDebugger.h index 349c5e6..0595b3d 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. |