diff options
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r-- | lib/Core/Executor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h index d211b8ce..c37a2869 100644 --- a/lib/Core/Executor.h +++ b/lib/Core/Executor.h @@ -44,13 +44,13 @@ namespace llvm { namespace klee { class Array; - class Cell; + struct Cell; class ExecutionState; class ExternalDispatcher; class Expr; class InstructionInfoTable; - class KFunction; - class KInstruction; + struct KFunction; + struct KInstruction; class KInstIterator; class KModule; class MemoryManager; @@ -60,7 +60,7 @@ namespace klee { class Searcher; class SeedInfo; class SpecialFunctionHandler; - class StackFrame; + struct StackFrame; class StatsTracker; class TimingSolver; class TreeStreamWriter; |