about summary refs log tree commit diff homepage
path: root/lib/SMT/SMTParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SMT/SMTParser.h')
-rw-r--r--lib/SMT/SMTParser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/SMT/SMTParser.h b/lib/SMT/SMTParser.h
index ea5c34e5..780100b0 100644
--- a/lib/SMT/SMTParser.h
+++ b/lib/SMT/SMTParser.h
@@ -54,6 +54,8 @@ class SMTParser : public klee::expr::Parser {
   void Init(void);
 
   int Error(const std::string& s);
+  
+  int StringToInt(const std::string& s);
 
 
   typedef std::map<const std::string, ExprHandle> VarEnv;
@@ -61,7 +63,6 @@ class SMTParser : public klee::expr::Parser {
 
   std::stack<VarEnv> varEnvs;
   std::stack<FVarEnv> fvarEnvs;
- 
 
   void PushVarEnv(void);
   void PopVarEnv(void);