about summary refs log tree commit diff homepage
path: root/lib/Core/StatsTracker.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-07-15 04:48:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-07-15 04:48:17 +0000
commit366026e333ab226c12c23857388e8396f515acbe (patch)
treea21200d7c65d49fcd82ace0388a51342f60e03e4 /lib/Core/StatsTracker.h
parent71b789b9fda3aacdd3493b2f93913f7fb1550873 (diff)
downloadklee-366026e333ab226c12c23857388e8396f515acbe.tar.gz
Fix some -Wmismatched-tags warnings.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@108403 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/StatsTracker.h')
-rw-r--r--lib/Core/StatsTracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Core/StatsTracker.h b/lib/Core/StatsTracker.h
index 9d22b389..8f3a01a2 100644
--- a/lib/Core/StatsTracker.h
+++ b/lib/Core/StatsTracker.h
@@ -26,8 +26,8 @@ namespace klee {
   class Executor;  
   class InstructionInfoTable;
   class InterpreterHandler;
-  class KInstruction;
-  class StackFrame;
+  struct KInstruction;
+  struct StackFrame;
 
   class StatsTracker {
     friend class WriteStatsTimer;