mirror of https://github.com/BOINC/boinc.git
client: fix Linux compile errors
svn path=/trunk/boinc/; revision=24047
This commit is contained in:
parent
38de5c3e6b
commit
0cd4b311de
|
@ -169,8 +169,8 @@ struct COPROC {
|
|||
void write_request(MIOFILE&);
|
||||
int parse(XML_PARSER&);
|
||||
void opencl_write_xml(MIOFILE&);
|
||||
int parse_opencl(XML_PARSER&);
|
||||
#endif
|
||||
int parse_opencl(XML_PARSER&);
|
||||
|
||||
inline void clear() {
|
||||
// can't just memcpy() - trashes vtable
|
||||
|
|
Loading…
Reference in New Issue