diff options
Diffstat (limited to 'lib/Core/SpecialFunctionHandler.h')
-rw-r--r-- | lib/Core/SpecialFunctionHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/SpecialFunctionHandler.h b/lib/Core/SpecialFunctionHandler.h index e8c2eedf..02e70ed4 100644 --- a/lib/Core/SpecialFunctionHandler.h +++ b/lib/Core/SpecialFunctionHandler.h @@ -22,7 +22,7 @@ namespace klee { class Executor; class Expr; class ExecutionState; - class KInstruction; + struct KInstruction; template<typename T> class ref; class SpecialFunctionHandler { |