@@ -9,7 +9,7 @@
int ExecCarmakerWork(int64_t workid,std::string strInputName, std::string strOutputName, std::string strcmd,
std::shared_ptr<char> pinput_ptr,int ninputsize,
- std::shared_ptr<char> & poutput_ptr,int noutputsize)
+ std::shared_ptr<char> & poutput_ptr,int & noutputsize)
{
return 0;
}
@@ -15,7 +15,7 @@
- std::shared_ptr<char> & poutput_ptr,int noutputsize);
+ std::shared_ptr<char> & poutput_ptr,int & noutputsize);
//class CARMAKEREXECWORKSHARED_EXPORT Carmakerexecwork
//{