commit | 238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sun Jul 12 23:50:34 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sun Jul 12 23:50:34 2009 +0000 |
tree | 4ee06d7e75159efe0388799da1df5c27595aca84 | |
parent | 906df5b62312d57f67c8ed99d0fc5833c3498323 [diff] [blame] |
Match declaration to definition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75440 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm-c/ExecutionEngine.h b/include/llvm-c/ExecutionEngine.h index 9877b8d..05f2a89 100644 --- a/include/llvm-c/ExecutionEngine.h +++ b/include/llvm-c/ExecutionEngine.h
@@ -104,7 +104,7 @@ } namespace llvm { - class GenericValue; + struct GenericValue; class ExecutionEngine; #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \