diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-12 23:50:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-12 23:50:34 +0000 |
commit | 65553d45056e05be7cd2ad6f9476eca2b7e208cf (patch) | |
tree | 35af6988fccd3e1b3dc9a33a0207de31973b3e86 /llvm/tools | |
parent | 593c36c1c858880c063f3098b94c406005c525cb (diff) | |
download | bcm5719-llvm-65553d45056e05be7cd2ad6f9476eca2b7e208cf.tar.gz bcm5719-llvm-65553d45056e05be7cd2ad6f9476eca2b7e208cf.zip |
Match declaration to definition.
llvm-svn: 75440
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/llvm-db/CLIDebugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-db/CLIDebugger.h b/llvm/tools/llvm-db/CLIDebugger.h index 99045592edf..0595b3debad 100644 --- a/llvm/tools/llvm-db/CLIDebugger.h +++ b/llvm/tools/llvm-db/CLIDebugger.h @@ -21,7 +21,7 @@ namespace llvm { class CLICommand; class SourceFile; - class SourceLanguage; + struct SourceLanguage; class ProgramInfo; class RuntimeInfo; class LLVMContext; |