Ignore:
Timestamp:
10/30/19 11:38:27 (5 years ago)
Author:
tbretz
Message:
Wow... somebody hit the configuration in which this is relevant!
File:
1 edited

Legend:

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

    r19582 r19827  
    27432743#ifdef HAVE_CURL
    27442744    Handle<FunctionTemplate> curl = FunctionTemplate::New(ConstructorCurl);
    2745     mail->SetClassName(String::New("Curl"));
     2745    curl->SetClassName(String::New("Curl"));
    27462746    global->Set(String::New("Curl"), curl, ReadOnly);
    27472747#endif
Note: See TracChangeset for help on using the changeset viewer.