Changeset 19827 for trunk/FACT++
- Timestamp:
- 10/30/19 11:38:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.cc
r19582 r19827 2743 2743 #ifdef HAVE_CURL 2744 2744 Handle<FunctionTemplate> curl = FunctionTemplate::New(ConstructorCurl); 2745 mail->SetClassName(String::New("Curl"));2745 curl->SetClassName(String::New("Curl")); 2746 2746 global->Set(String::New("Curl"), curl, ReadOnly); 2747 2747 #endif
Note:
See TracChangeset
for help on using the changeset viewer.