Changeset 14133 for trunk/FACT++/src


Ignore:
Timestamp:
06/08/12 18:16:40 (12 years ago)
Author:
tbretz
Message:
Fixed the case without V8
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.h

    r14127 r14133  
    5757    {
    5858        This = 0;
     59#ifdef HAVE_V8
    5960        v8::V8::Dispose();
     61#endif
    6062    }
    6163
     
    8082
    8183#ifndef HAVE_V8
    82 inline bool InterpreterV8::JsRun(const std::string &, const std::map<std::string,std::string> & = std::map<std::string,std::string>()) { return false; }
     84inline bool InterpreterV8::JsRun(const std::string &, const std::map<std::string,std::string> &) { return false; }
    8385inline void InterpreterV8::JsStop() { }
    8486#endif
Note: See TracChangeset for help on using the changeset viewer.