i get error
for this codeCode:sexy.cpp: In member function `void sexy::setOutput(sexyt::Type, bool)': sexy.cpp:19: error: no matching function for call to `search( sexyt::Type&)'
this is sexy.cpp
and this is mate.cppCode:#include "mate.h" void sexy::kiss(sexyt::Type t, bool status) { if(status) { search(t); } else { } }
Code:void mate::search(sexyt::Type t) { /*blah blah code*/ }



LinkBack URL
About LinkBacks


