Index: /trunk/FACT++/src/InterpreterV8.h
===================================================================
--- /trunk/FACT++/src/InterpreterV8.h	(revision 14132)
+++ /trunk/FACT++/src/InterpreterV8.h	(revision 14133)
@@ -57,5 +57,7 @@
     {
         This = 0;
+#ifdef HAVE_V8
         v8::V8::Dispose();
+#endif
     }
 
@@ -80,5 +82,5 @@
 
 #ifndef HAVE_V8
-inline bool InterpreterV8::JsRun(const std::string &, const std::map<std::string,std::string> & = std::map<std::string,std::string>()) { return false; }
+inline bool InterpreterV8::JsRun(const std::string &, const std::map<std::string,std::string> &) { return false; }
 inline void InterpreterV8::JsStop() { }
 #endif
